summaryrefslogtreecommitdiff
path: root/editors/biew/patches/patch-biewlib_sysdep_generic_____config.h
blob: 4b7e16e3a7667383b32b1bfc6c3d8bace507b6a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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