X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Fstddef.h;h=545cef6a0f036269d7de99a94fbdd6157c3b1960;hp=d0577d0af36121bf83b5e71c54ebac2bbe3689e1;hb=3144d6fcfbcb8af1e5294f82d09c65c432c7f3e9;hpb=bf2467f8b7d21570e11985421f2359a24a739134 diff --git a/includes/stddef.h b/includes/stddef.h index d0577d0..545cef6 100644 --- a/includes/stddef.h +++ b/includes/stddef.h @@ -16,6 +16,11 @@ #include <_PDCLIB_config.h> #endif +#ifndef _PDCLIB_INT_H +#define _PDCLIB_INT_H _PDCLIB_INT_H +#include <_PDCLIB_int.h> +#endif + typedef _PDCLIB_ptrdiff_t ptrdiff_t; typedef _PDCLIB_size_t size_t; typedef _PDCLIB_wchar_t wchar_t;