Tatsuhiro Tsujikawa vor 13 Jahren
Ursprung
Commit
98e1c6c580
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/common.h

+ 1 - 1
src/common.h

@@ -40,7 +40,7 @@
 #endif
 
 #ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
+#  include <sys/types.h>
 #endif
 
 #ifdef __MINGW32__