summaryrefslogtreecommitdiff
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-01-01 19:15:26 +0000
committerPavel Janík <Pavel@Janik.cz>2002-01-01 19:15:26 +0000
commit4838e624ad5ced0226c3b202f6d942aa9e878a80 (patch)
treecd2d33164b31a0ab02889b1893870634d35ae3e4 /src/sysdep.c
parent3c1e6b469b8b7b7c067ce89e3cfb36871b257420 (diff)
downloademacs-4838e624ad5ced0226c3b202f6d942aa9e878a80.tar.gz
Include <config.h>.
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c4
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