chiark / gitweb /
Prep v221: Update and clean up build system to sync with upstream
[elogind.git] / src / basic / random-util.c
similarity index 99%
rename from src/shared/random-util.c
rename to src/basic/random-util.c
index 88f5182508e7ffd798ec9ae8aac5810745fa6a49..b230044f50994a12070c3a842c18563148211438 100644 (file)
@@ -23,7 +23,9 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <time.h>
+#ifdef HAVE_SYS_AUXV_H
 #include <sys/auxv.h>
+#endif
 #include <linux/random.h>
 
 #include "random-util.h"