From ac82d1c58c8b331c312cb0a82866811f884b68d3 Mon Sep 17 00:00:00 2001 From: naddy Date: Sun, 28 Sep 2003 19:48:32 +0000 Subject: Fix build on -stable. PR: 57311 Submitted by: Clement Laforet Reported by: Adriaan de Groot --- devel/distcc/files/patch-src::state.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 devel/distcc/files/patch-src::state.h 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 ++#ifdef HAVE_STDINT_H ++# include ++#endif + + int dcc_get_state_dir (char **p); + int dcc_open_state_file (int *p_fd); -- cgit