gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1055 - GNUnet/src/applications/fs/lib


From: durner
Subject: [GNUnet-SVN] r1055 - GNUnet/src/applications/fs/lib
Date: Sun, 26 Jun 2005 05:44:56 -0700 (PDT)

Author: durner
Date: 2005-06-26 05:44:53 -0700 (Sun, 26 Jun 2005)
New Revision: 1055

Modified:
   GNUnet/src/applications/fs/lib/fslibtest.c
Log:
MinGW

Modified: GNUnet/src/applications/fs/lib/fslibtest.c
===================================================================
--- GNUnet/src/applications/fs/lib/fslibtest.c  2005-06-26 12:30:46 UTC (rev 
1054)
+++ GNUnet/src/applications/fs/lib/fslibtest.c  2005-06-26 12:44:53 UTC (rev 
1055)
@@ -28,7 +28,9 @@
 #include "gnunet_fs_lib.h"
 #include "gnunet_protocols.h"
 #include "ecrs_core.h"
-#include <sys/wait.h>
+#ifndef MINGW
+       #include <sys/wait.h>
+#endif
 
 #define CHECK(a) if (!(a)) { ok = NO; BREAK(); goto FAILURE; }
 





reply via email to

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