aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 79f759cd5b5..06b8d290cae 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -30,6 +30,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
30 30
31#include <close-stream.h> 31#include <close-stream.h>
32 32
33#define MAIN_PROGRAM
33#include "lisp.h" 34#include "lisp.h"
34 35
35#ifdef WINDOWSNT 36#ifdef WINDOWSNT