Nicolas Pitre schrieb:
diff --git a/progress.h b/progress.h
index 07b56bd..eba457f 100644
--- a/progress.h
+++ b/progress.h
@@ -1,6 +1,21 @@
#ifndef PROGRESS_H
#define PROGRESS_H
+#include <sys/time.h>
System headers should be taken care of by git-compat-util.h. In fact, it
already pulls in <sys/time.h>, hence, it shouldn't be necessary here.
-- Hannes
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html