X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstddef.h;h=970f1dd8949b216cc86acaf548451f34b4d80411;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=e89dcd020a903c71eb709e00f831c2c4eaea7dfe;hpb=b1fc26afebd4d557ff89a44bc21767a8704c3809;p=pdclib diff --git a/includes/stddef.h b/includes/stddef.h index e89dcd0..970f1dd 100644 --- a/includes/stddef.h +++ b/includes/stddef.h @@ -7,7 +7,7 @@ #ifndef _PDCLIB_STDDEF_H #define _PDCLIB_STDDEF_H _PDCLIB_STDDEF_H -#include <_PDCLIB_int.h> +#include "_PDCLIB_int.h" typedef _PDCLIB_ptrdiff_t ptrdiff_t; @@ -26,4 +26,3 @@ typedef _PDCLIB_wchar_t wchar_t; #define offsetof( type, member ) _PDCLIB_offsetof( type, member ) #endif -