diff options
Diffstat (limited to 'src/sysdep.c')
-rw-r--r-- | src/sysdep.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 6d0528cb2db..478d56a43a9 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -19,8 +19,10 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif -#include "config.h" #include <signal.h> #include <setjmp.h> #ifdef HAVE_UNISTD_H |