Tatsuhiro Tsujikawa hace 13 años
padre
commit
98e1c6c580
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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__