From: Todd C. Miller Date: Thu, 23 Aug 2018 01:15:26 +0000 (-0600) Subject: Fix typo in last commit. X-Git-Tag: SUDO_1_8_25^2~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe965c3a31b1143edda0b0092cb1cd8ba84ad836;p=sudo Fix typo in last commit. --- 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