Allow the test suite to pass in a directory whose name contains spaces
[gitweb.git] / git-compat-util.h
index 199042ac91466783201bdd483bad9f89c78db122..59866d72fa3bb5aff109632b42c7178b24f528bc 100644 (file)
 #include <sys/sysctl.h>
 #endif
 
+#if defined(__CYGWIN__)
+#include "compat/cygwin.h"
+#endif
 #if defined(__MINGW32__)
 /* pull in Windows compatibility stuff */
 #include "compat/mingw.h"