From: Jim Meyering Date: Sat, 2 Dec 2000 09:58:31 +0000 (+0000) Subject: Include before any system include file. X-Git-Tag: TEXTUTILS-2_0_9~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=627dac6c079d222ced66c60b68304d00ed4943c9;p=thirdparty%2Fcoreutils.git Include before any system include file. --- diff --git a/lib/memrchr.c b/lib/memrchr.c index 9ee93163fa..4a3141e204 100644 --- a/lib/memrchr.c +++ b/lib/memrchr.c @@ -21,12 +21,12 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include - #ifdef HAVE_CONFIG_H # include #endif +#include + #undef __ptr_t #if defined (__cplusplus) || (defined (__STDC__) && __STDC__) # define __ptr_t void *