diff options
Diffstat (limited to '')
-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 74397f07f..c1e2e4f83 100644 --- a/src/inputStream.h +++ b/src/inputStream.h @@ -19,7 +19,7 @@ #ifndef INPUT_STREAM_H #define INPUT_STREAM_H -#include <stdlib.h> +#include "os_compat.h" typedef struct _InputStream InputStream; |