From: Todd C. Miller Date: Fri, 14 Dec 2001 19:52:48 +0000 (+0000) Subject: o Reorder some headers and use STDC_HEADERS define properly X-Git-Tag: SUDO_1_6_4~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31053cfac43bf3f4acf132c018bb214f50a36045;p=sudo o Reorder some headers and use STDC_HEADERS define properly o Update copyright year --- diff --git a/lsearch.c b/lsearch.c index 3ed5cf09d..ae3ea0066 100644 --- a/lsearch.c +++ b/lsearch.c @@ -32,10 +32,10 @@ #include "config.h" -#include #include +#include #ifdef HAVE_UNISTD_H -#include +# include #endif /* HAVE_UNISTD_H */ #include "compat.h"