Include <config.h> before any system include file.
authorJim Meyering <jim@meyering.net>
Sat, 2 Dec 2000 09:58:31 +0000 (09:58 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Dec 2000 09:58:31 +0000 (09:58 +0000)
lib/memrchr.c

index 9ee93163fa0ab71d45f65f62e18d2ff5e46d6c31..4a3141e204edf1543e45810e061fcbdd69713218 100644 (file)
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include <stdlib.h>
-
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
 
+#include <stdlib.h>
+
 #undef __ptr_t
 #if defined (__cplusplus) || (defined (__STDC__) && __STDC__)
 # define __ptr_t void *