Quoted strings in generated syntax.
[pspp] / src / ui / terminal / msg-ui.c
index 9cbbf10f7998f0bbd541b3356e23bb136edfa072..b63ec25bef38fa6c15277c6748f9ffbecba972db 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <blp@gnu.org>.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -21,7 +20,6 @@
 
 #include "msg-ui.h"
 
-#include "exit.h"
 #include "linebreak.h"
 
 #include <libpspp/msg-locator.h>
@@ -31,7 +29,7 @@
 #include <libpspp/str.h>
 #include <errno.h>
 #include <stdio.h>
-
+#include <stdlib.h>
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)