diff options
Diffstat (limited to 'src/rccexternal.h')
-rw-r--r-- | src/rccexternal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rccexternal.h b/src/rccexternal.h index 181a6ec..fe7052f 100644 --- a/src/rccexternal.h +++ b/src/rccexternal.h @@ -2,6 +2,9 @@ #define _RCC_EXTERNAL_H #include "../config.h" +#ifdef HAVE_SYS_TYPES_H +# include <sys/types.h> +#endif /* HAVE_SYS_TYPES_H */ typedef enum rcc_external_module_t { RCC_EXTERNAL_MODULE_CONTROL = 0, |