diff options
Diffstat (limited to 'x2p')
-rw-r--r-- | x2p/a2p.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -19,12 +19,18 @@ #if defined(STANDARD_C) && defined(I_STDLIB) # include <stdlib.h> #endif /* STANDARD_C */ + #include <stdio.h> #ifdef I_MATH #include <math.h> #endif +#ifdef I_SYS_TYPES +# include <sys/types.h> +#endif + + #ifdef USE_NEXT_CTYPE #include <appkit/NXCType.h> #else |