gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r38092 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r38092 - libmicrohttpd/src/microhttpd
Date: Mon, 10 Oct 2016 11:52:06 +0200

Author: Karlson2k
Date: 2016-10-10 11:52:05 +0200 (Mon, 10 Oct 2016)
New Revision: 38092

Modified:
   libmicrohttpd/src/microhttpd/test_upgrade_ssl.c
Log:
Fixed test_upgrade_ssl.c: missing include for waitpid()

Modified: libmicrohttpd/src/microhttpd/test_upgrade_ssl.c
===================================================================
--- libmicrohttpd/src/microhttpd/test_upgrade_ssl.c     2016-10-10 08:29:05 UTC 
(rev 38091)
+++ libmicrohttpd/src/microhttpd/test_upgrade_ssl.c     2016-10-10 09:52:05 UTC 
(rev 38092)
@@ -29,6 +29,8 @@
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
+#include <sys/types.h>
+#include <sys/wait.h>
 
 #ifndef WINDOWS
 #include <unistd.h>




reply via email to

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