diff options
Diffstat (limited to 'apps/plugins/lib/jhash.h')
| -rw-r--r-- | apps/plugins/lib/jhash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/lib/jhash.h b/apps/plugins/lib/jhash.h index 97d1ac3..7699e24 100644 --- a/apps/plugins/lib/jhash.h +++ b/apps/plugins/lib/jhash.h @@ -24,8 +24,8 @@ #ifndef _LIB_JHASH_H_ #define _LIB_JHASH_H_ #include <inttypes.h> /* defines uint32_t etc */ -#include <sys/types.h> -#include <plugin.h> +#include <string.h> /* size_t */ +#include "plugin.h" /* hashw() -- hash an array of uint32_t into a 32-bit value |