X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstddef.h;h=545cef6a0f036269d7de99a94fbdd6157c3b1960;hb=8a210237d6ac0dfb36ca14b5aebe8be2b967b9e6;hp=d0577d0af36121bf83b5e71c54ebac2bbe3689e1;hpb=4c805021b487dff9bfc6341c998ba99636416ae7;p=pdclib 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;