]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/hack.h
include sys/time.h earlier (rather than implicitly via fcntl.h) so that
[bsdgames-darwin.git] / hack / hack.h
index 21a94c0cd56eb62ec8f21b375f349f2ed9d6d2ee..e25390bac0a64beb7a32083fd6110ce64da4501a 100644 (file)
@@ -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