瀏覽代碼

Code cleanup

Tatsuhiro Tsujikawa 13 年之前
父節點
當前提交
98e1c6c580
共有 1 個文件被更改,包括 1 次插入1 次删除
  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__