From 8beb828a0bf0ba523cdd99396d036ab4b3bfa464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Dj=C3=A4rv?= Date: Wed, 19 Jan 2011 23:13:54 +0100 Subject: * unexmacosx.c: Include config.h before unistd.h. Fixes: debbugs:7859 --- src/unexmacosx.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/unexmacosx.c') diff --git a/src/unexmacosx.c b/src/unexmacosx.c index 75d6677f535..d3cf74eb33c 100644 --- a/src/unexmacosx.c +++ b/src/unexmacosx.c @@ -91,6 +91,10 @@ along with GNU Emacs. If not, see . */ #include #include #include +#include +#undef malloc +#undef realloc +#undef free #include #include #include @@ -98,10 +102,6 @@ along with GNU Emacs. If not, see . */ #if defined (__ppc__) #include #endif -#include -#undef malloc -#undef realloc -#undef free #ifdef HAVE_MALLOC_MALLOC_H #include #else -- cgit v1.2.1