summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/distcc/files/patch-src::state.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/distcc/files/patch-src::state.h b/devel/distcc/files/patch-src::state.h
new file mode 100644
index 000000000000..01b0f95478d4
--- /dev/null
+++ b/devel/distcc/files/patch-src::state.h
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- src/state.h.orig Tue Sep 23 06:07:03 2003
++++ src/state.h Sun Sep 28 16:47:03 2003
+@@ -20,7 +20,9 @@
+ * USA
+ */
+
+-#include <stdint.h>
++#ifdef HAVE_STDINT_H
++# include <stdint.h>
++#endif
+
+ int dcc_get_state_dir (char **p);
+ int dcc_open_state_file (int *p_fd);