X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdint.h;h=a1c3942dd1056761e8990479999c5f48fa9f69a5;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=417791e3981268b217d4501fc05bf5337738012f;hpb=9f87d9e27e74d9e06e0c93114ffd70a45ee152fa;p=pdclib diff --git a/includes/stdint.h b/includes/stdint.h index 417791e..a1c3942 100644 --- a/includes/stdint.h +++ b/includes/stdint.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.18 Integer types +/* Integer types This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. @@ -9,7 +7,7 @@ #ifndef _PDCLIB_STDINT_H #define _PDCLIB_STDINT_H _PDCLIB_STDINT_H -#include <_PDCLIB_int.h> +#include "_PDCLIB_int.h" /* 7.18.1.1 Exact-width integer types. */