summaryrefslogtreecommitdiff
path: root/package/linux-atm/patches/010-header_stupidity.patch
blob: 98be104c7e6e41e141fede7c418c0e815344fde7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$Id$

--- linux-atm-2.4.1/src/include/stdint.h.orig	Mon Sep  3 18:40:44 2001
+++ linux-atm-2.4.1/src/include/stdint.h	Sun Jun 18 23:24:20 2006
@@ -6,7 +6,7 @@
 
 #if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
 
-#include "/usr/include/stdint.h"
+#include_next <stdint.h>
 
 #elif __GLIBC__ >= 2