gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r8345 - libmicrohttpd/src/daemon/https/tls


From: gnunet
Subject: [GNUnet-SVN] r8345 - libmicrohttpd/src/daemon/https/tls
Date: Wed, 25 Mar 2009 14:41:31 -0600

Author: durner
Date: 2009-03-25 14:41:31 -0600 (Wed, 25 Mar 2009)
New Revision: 8345

Modified:
   libmicrohttpd/src/daemon/https/tls/defines.h
Log:
fixed includes

Modified: libmicrohttpd/src/daemon/https/tls/defines.h
===================================================================
--- libmicrohttpd/src/daemon/https/tls/defines.h        2009-03-25 20:40:35 UTC 
(rev 8344)
+++ libmicrohttpd/src/daemon/https/tls/defines.h        2009-03-25 20:41:31 UTC 
(rev 8345)
@@ -25,7 +25,7 @@
 #ifndef DEFINES_H
 # define DEFINES_H
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 # include "MHD_config.h"
 #endif
 
@@ -45,7 +45,9 @@
 #include <sys/types.h>
 #include <unistd.h>
 #include <sys/stat.h>
+#ifndef MINGW
 #include <sys/socket.h>
+#endif
 #include <time.h>
 
 /* TODO check if these should go into config.h */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]