diff options
author | m0gg | 2006-12-16 17:38:19 +0000 |
---|---|---|
committer | m0gg | 2006-12-16 17:38:19 +0000 |
commit | 7028fa62d649e663ccddfe440fe8f06848c1c3c5 (patch) | |
tree | 19e8fd362d1f07a25272b379ac02d024afa97ed7 | |
parent | 146afc3b7042bcc36ac56cc4cb5c5412f397e1cb (diff) | |
download | csoap-7028fa62d649e663ccddfe440fe8f06848c1c3c5.tar.gz csoap-7028fa62d649e663ccddfe440fe8f06848c1c3c5.tar.bz2 |
Linux compile fixes
-rw-r--r-- | nanohttp/nanohttp-admin.c | 6 |
1 files changed, 5 insertions, 1 deletions
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 |