aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/compat_ohash.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat_ohash.c')
-rw-r--r--compat_ohash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat_ohash.c b/compat_ohash.c
index 0992b365..45c9b6da 100644
--- a/compat_ohash.c
+++ b/compat_ohash.c
@@ -1,6 +1,4 @@
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
#ifdef HAVE_OHASH
@@ -25,6 +23,8 @@ int dummy;
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <sys/types.h>
+
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>