summaryrefslogtreecommitdiff
path: root/editors/biew/patches/patch-biewlib_sysdep_generic_____config.h
diff options
context:
space:
mode:
Diffstat (limited to 'editors/biew/patches/patch-biewlib_sysdep_generic_____config.h')
-rw-r--r--editors/biew/patches/patch-biewlib_sysdep_generic_____config.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/biew/patches/patch-biewlib_sysdep_generic_____config.h b/editors/biew/patches/patch-biewlib_sysdep_generic_____config.h
new file mode 100644
index 00000000000..4b7e16e3a76
--- /dev/null
+++ b/editors/biew/patches/patch-biewlib_sysdep_generic_____config.h
@@ -0,0 +1,18 @@
+$NetBSD: patch-biewlib_sysdep_generic_____config.h,v 1.1 2015/02/19 22:25:54 joerg Exp $
+
+--- biewlib/sysdep/generic/__config.h.orig 2015-02-19 20:16:55.000000000 +0000
++++ biewlib/sysdep/generic/__config.h
+@@ -22,12 +22,10 @@
+ #define ____CONFIG_H
+
+ #include <sys/types.h>
++#include <stdint.h>
+
+ #ifdef __GLIBC__
+-
+ #include <endian.h>
+-#include <stdint.h>
+-
+ #endif
+
+ #define tInt8 int8_t