diff options
Diffstat (limited to 'devel/gaul/files')
-rw-r--r-- | devel/gaul/files/patch-gaul_util.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gaul/files/patch-gaul_util.h b/devel/gaul/files/patch-gaul_util.h new file mode 100644 index 000000000000..514ba91e9d5f --- /dev/null +++ b/devel/gaul/files/patch-gaul_util.h @@ -0,0 +1,11 @@ +--- util/gaul/gaul_util.h.orig Fri Oct 31 10:06:41 2003 ++++ util/gaul/gaul_util.h Fri Oct 31 10:06:52 2003 +@@ -103,7 +103,7 @@ + /* + * Define boolean type sensibly. + */ +-#if HAVE_STDBOOL_H != 1 ++#if HAVE_STDBOOL_H == 1 + # include <stdbool.h> + #else + |