diff options
Diffstat (limited to 'src/inputStream.h')
-rw-r--r-- | src/inputStream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputStream.h b/src/inputStream.h index 2e32c2a13..08a72b3d6 100644 --- a/src/inputStream.h +++ b/src/inputStream.h @@ -19,7 +19,7 @@ #ifndef INPUT_STREAM_H #define INPUT_STREAM_H -#include "os_compat.h" +#include <stddef.h> typedef struct _InputStream InputStream; |