Mercurial > hg > octave-shane > gnulib-hg
changeset 3009:82fbfc5f47c0
Include <config.h> before any system include file.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sat, 02 Dec 2000 09:58:31 +0000 |
parents | 5b27cb9e0d9f |
children | a1174bfcd025 |
files | lib/memrchr.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 *