Update internal.h to conditionally include asm/string.h

-Erik
This commit is contained in:
Eric Andersen 2000-06-19 17:30:07 +00:00
parent b610615be9
commit be5023a84d

View File

@ -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 */