Added include of sys/time.h
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 9 Jul 2007 19:30:35 +0000 (19:30 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 9 Jul 2007 19:30:35 +0000 (19:30 +0000)
src/eventl.c

index 9e44611..3da49de 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: eventl.c,v 1.6 2007-04-20 11:43:43 adam Exp $
+/* $Id: eventl.c,v 1.7 2007-07-09 19:30:35 adam Exp $
    Copyright (c) 2006-2007, Index Data.
 
 This file is part of Pazpar2.
@@ -42,6 +42,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #else
 #include <unistd.h>
 #endif
+#include <sys/time.h>
 #include <stdlib.h>
 #include <errno.h>
 #include <string.h>