mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Don't include idn-int.h in glibc.
This commit is contained in:
parent
8086069685
commit
afbfed1dbd
@ -29,7 +29,11 @@ extern "C"
|
|||||||
|
|
||||||
#include <stddef.h> /* size_t */
|
#include <stddef.h> /* size_t */
|
||||||
#include <unistd.h> /* ssize_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"
|
#define STRINGPREP_VERSION "0.4.1"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user