summaryrefslogtreecommitdiff
path: root/lib/memrchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/memrchr.c')
-rw-r--r--lib/memrchr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/memrchr.c b/lib/memrchr.c
index 9ee93163f..4a3141e20 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 <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 *