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 9894a16..5f504e8 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"