summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/jhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/jhash.h')
-rw-r--r--apps/plugins/lib/jhash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/lib/jhash.h b/apps/plugins/lib/jhash.h
index 97d1ac3d93..7699e24587 100644
--- a/apps/plugins/lib/jhash.h
+++ b/apps/plugins/lib/jhash.h
@@ -24,8 +24,8 @@
24#ifndef _LIB_JHASH_H_ 24#ifndef _LIB_JHASH_H_
25#define _LIB_JHASH_H_ 25#define _LIB_JHASH_H_
26#include <inttypes.h> /* defines uint32_t etc */ 26#include <inttypes.h> /* defines uint32_t etc */
27#include <sys/types.h> 27#include <string.h> /* size_t */
28#include <plugin.h> 28#include "plugin.h"
29 29
30/* 30/*
31hashw() -- hash an array of uint32_t into a 32-bit value 31hashw() -- hash an array of uint32_t into a 32-bit value