Don't include idn-int.h in glibc.

This commit is contained in:
Ulrich Drepper 2004-03-08 18:29:34 +00:00
parent 8086069685
commit afbfed1dbd

View 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"