diff options
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 1 |
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/>. */ #include <close-stream.h> +#define MAIN_PROGRAM #include "lisp.h" #ifdef WINDOWSNT |