Don't include <gnu/lib-names.h> when compiling with uClibc

Change-Id: I5264280b7ce1e94eaf410a070f9670984f7a655b
Reviewed-by: Peter Hartmann <phartmann@blackberry.com>
This commit is contained in:
Jorgen Lind 2014-01-23 12:16:20 +01:00 committed by The Qt Project
parent 6c017d0a2b
commit 7c65b1f646
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
#include <arpa/nameser_compat.h>
#include <resolv.h>
#ifdef __GNU_LIBRARY__
#if defined(__GNU_LIBRARY__) && !defined(__UCLIBC__)
# include <gnu/lib-names.h>
#endif

View File

@ -63,7 +63,7 @@
# include <resolv.h>
#endif
#ifdef __GNU_LIBRARY__
#if defined(__GNU_LIBRARY__) && !defined(__UCLIBC__)
# include <gnu/lib-names.h>
#endif