]> sourceware.org Git - glibc.git/commitdiff
Don't include idn-int.h in glibc.
authorUlrich Drepper <drepper@redhat.com>
Mon, 8 Mar 2004 18:29:34 +0000 (18:29 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 8 Mar 2004 18:29:34 +0000 (18:29 +0000)
libidn/stringprep.h

index 9894a1644fd6257daebd7a9c019dc288f6406092..5f504e8e81d70e8ef950e730b510b680d2e81eb3 100644 (file)
@@ -29,7 +29,11 @@ extern "C"
 
 #include <stddef.h>            /* size_t */
 #include <unistd.h>            /* ssize_t */
-#include <idn-int.h>           /* uint32_t */
+#ifdef _LIBC
+# include <stdint.h>
+#else
+# include <idn-int.h>          /* uint32_t */
+#endif
 
 #define STRINGPREP_VERSION "0.4.1"
 
This page took 0.08423 seconds and 5 git commands to generate.