summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hack/hack.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hack/hack.h b/hack/hack.h
index 21a94c0c..e25390ba 100644
--- a/hack/hack.h
+++ b/hack/hack.h
@@ -1,4 +1,4 @@
-/* $NetBSD: hack.h,v 1.13 2009/06/29 23:05:33 dholland Exp $ */
+/* $NetBSD: hack.h,v 1.14 2011/07/02 02:10:33 mrg Exp $ */
/*
* Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
@@ -67,6 +67,7 @@
#include "config.h"
#include <stdlib.h>
#include <string.h>
+#include <sys/time.h>
#ifndef BSD
#define index strchr