mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 16:29:50 +00:00
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/stat.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <mntent.h>
|
#include <mntent.h>
|
||||||
|
#if ! defined(__GLIBC__)
|
||||||
#include <asm/string.h>
|
#include <asm/string.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Some useful definitions */
|
/* Some useful definitions */
|
||||||
|
Loading…
Reference in New Issue
Block a user