X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Fstddef.h;h=7113421d078451bc7101bd5df27eefb9702df711;hp=e89dcd020a903c71eb709e00f831c2c4eaea7dfe;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hpb=2b793d7f6e3a8e37229e761ef4c92961bd0f686a diff --git a/includes/stddef.h b/includes/stddef.h index e89dcd0..7113421 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;