]> granicus.if.org Git - sudo/commitdiff
Fix typo in last commit.
authorTodd C. Miller <Todd.Miller@sudo.ws>
Thu, 23 Aug 2018 01:15:26 +0000 (19:15 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Thu, 23 Aug 2018 01:15:26 +0000 (19:15 -0600)
lib/util/getentropy.c

index 65a69ab5d0a464a862449e2ce669bac2b920f58e..6859f834ca90fe69a603831bcb6ba44dd8dc5d2e 100644 (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