travis-ci: record and skip successfully built trees
[gitweb.git] / git-compat-util.h
index 159f82154a8a4d24433d0767e83413d8e1dd105b..7d2c0ca75922ea1ca8c67ec798ff8ce1249c925f 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"