From 7028fa62d649e663ccddfe440fe8f06848c1c3c5 Mon Sep 17 00:00:00 2001
From: m0gg
Date: Sat, 16 Dec 2006 17:38:19 +0000
Subject: Linux compile fixes

---
 nanohttp/nanohttp-admin.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

(limited to 'nanohttp')

diff --git a/nanohttp/nanohttp-admin.c b/nanohttp/nanohttp-admin.c
index 2babec6..b84c4d6 100644
--- a/nanohttp/nanohttp-admin.c
+++ b/nanohttp/nanohttp-admin.c
@@ -1,5 +1,5 @@
 /******************************************************************
-*  $Id: nanohttp-admin.c,v 1.8 2006/12/10 19:21:06 m0gg Exp $
+*  $Id: nanohttp-admin.c,v 1.9 2006/12/16 17:38:19 m0gg Exp $
 *
 * CSOAP Project:  A SOAP client/server library in C
 * Copyright (C) 2003  Ferhat Ayaz
@@ -25,6 +25,10 @@
 #include <config.h>
 #endif
 
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
+
 #ifdef HAVE_STDIO_H
 #include <stdio.h>
 #endif
-- 
cgit v1.1-32-gdbae