projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c89b16f
)
Include <config.h> before any system include file.
author
Jim Meyering
<jim@meyering.net>
Sat, 2 Dec 2000 09:58:31 +0000
(09:58 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 2 Dec 2000 09:58:31 +0000
(09:58 +0000)
lib/memrchr.c
patch
|
blob
|
history
diff --git
a/lib/memrchr.c
b/lib/memrchr.c
index 9ee93163fa0ab71d45f65f62e18d2ff5e46d6c31..4a3141e204edf1543e45810e061fcbdd69713218 100644
(file)
--- 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 *