[Box Backup-commit] COMMIT r1396 - box/chris/merge/lib/win32

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sat Mar 10 17:06:13 GMT 2007


Author: chris
Date: 2007-03-10 17:06:13 +0000 (Sat, 10 Mar 2007)
New Revision: 1396

Modified:
   box/chris/merge/lib/win32/emu.cpp
Log:
Always include process.h, as we don't know whether it was detected or not
(we don't have access to lib/common/BoxConfig.h in lib/win32) (refs #3)


Modified: box/chris/merge/lib/win32/emu.cpp
===================================================================
--- box/chris/merge/lib/win32/emu.cpp	2007-03-10 17:03:13 UTC (rev 1395)
+++ box/chris/merge/lib/win32/emu.cpp	2007-03-10 17:06:13 UTC (rev 1396)
@@ -9,14 +9,12 @@
 
 #include <assert.h>
 #include <fcntl.h>
+#include <process.h>
 #include <windows.h>
 
 #ifdef HAVE_UNISTD_H
 	#include <unistd.h>
 #endif
-#ifdef HAVE_PROCESS_H
-	#include <process.h>
-#endif
 
 #include <string>
 #include <list>




More information about the Boxbackup-commit mailing list