summaryrefslogtreecommitdiffstats
path: root/package/linux-atm/patches/400-stdint_local_instead_of_host.patch
blob: ead336cff4c32eb68f72e454ed4b6b879d9fc0df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: linux-atm-2.4.1/src/include/stdint.h
===================================================================
--- linux-atm-2.4.1.orig/src/include/stdint.h	2007-06-04 13:23:53.658576552 +0200
+++ linux-atm-2.4.1/src/include/stdint.h	2007-06-04 13:23:56.839093040 +0200
@@ -6,7 +6,7 @@
 
 #if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
 
-#include "/usr/include/stdint.h"
+#include_next <stdint.h>
 
 #elif __GLIBC__ >= 2