summaryrefslogtreecommitdiff
path: root/src/alloc.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-24 02:32:33 +0000
committerJim Blandy <jimb@redhat.com>1993-05-24 02:32:33 +0000
commit8e4830115b0e3c387553aa977378992551f7e077 (patch)
treeb6165262647e71e379b2d6b5e37f87494d6dd02f /src/alloc.c
parent747231c07bc23ca2725eaa7d811ce01dda17881e (diff)
downloademacs-8e4830115b0e3c387553aa977378992551f7e077.tar.gz
* syssignal.h: Don't #include <signal.h>
* alloc.c: #include <signal.h>, but before "config.h".
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 80ae29f62e6..48117d4e356 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -17,6 +17,7 @@ You should have received a copy of the GNU General Public License
along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+#include <signal.h>
#include "config.h"
#include "lisp.h"