From fe965c3a31b1143edda0b0092cb1cd8ba84ad836 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 22 Aug 2018 19:15:26 -0600 Subject: [PATCH] Fix typo in last commit. --- lib/util/getentropy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/getentropy.c b/lib/util/getentropy.c index 65a69ab5d..6859f834c 100644 --- a/lib/util/getentropy.c +++ b/lib/util/getentropy.c @@ -35,7 +35,7 @@ #endif #include #include -#ifdef HAVE_SYS_SYSCALL +#ifdef HAVE_SYS_SYSCALL_H # include #endif #ifdef HAVE_LINUX_RANDOM_H -- 2.40.0