Update internal.h to conditionally include asm/string.h
-Erik
This commit is contained in:
parent
b610615be9
commit
be5023a84d
@ -33,7 +33,9 @@
|
||||
#include <sys/stat.h>
|
||||
#include <sys/param.h>
|
||||
#include <mntent.h>
|
||||
#if ! defined(__GLIBC__)
|
||||
#include <asm/string.h>
|
||||
#endif
|
||||
|
||||
|
||||
/* Some useful definitions */
|
||||
|
Loading…
Reference in New Issue
Block a user