Fix typo in last commit.

This commit is contained in:
Todd C. Miller
2018-08-22 19:15:26 -06:00
parent d876602dbf
commit fe965c3a31

View File

@@ -35,7 +35,7 @@
#endif
#include <sys/stat.h>
#include <sys/time.h>
#ifdef HAVE_SYS_SYSCALL
#ifdef HAVE_SYS_SYSCALL_H
# include <sys/syscall.h>
#endif
#ifdef HAVE_LINUX_RANDOM_H