Changeset - r858:1cf17deb5e0f
[Not reviewed]
master
0 1 0
darkvater - 20 years ago 2005-01-03 14:33:59
darkvater@openttd.org
(svn r1339) -Fix: compilation with networking works on MinGW32 again (thx orudge).
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
stdafx.h
Show inline comments
 
@@ -20,7 +20,7 @@
 
#include <string.h>
 
#include <stdlib.h>
 

	
 
#if defined(UNIX)
 
#if defined(UNIX) || defined(__MINGW32__)
 
#	include <sys/types.h>
 
#endif
 

	
0 comments (0 inline, 0 general)