diff src/alloc.c @ 3003:5a73d384f45e

* syssignal.h: Don't #include <signal.h> * alloc.c: #include <signal.h>, but before "config.h".
author Jim Blandy <jimb@redhat.com>
date Mon, 24 May 1993 02:32:33 +0000
parents e94a593c3952
children b2e5c888f5f6
line wrap: on
line diff
--- a/src/alloc.c	Mon May 24 02:12:13 1993 +0000
+++ b/src/alloc.c	Mon May 24 02:32:33 1993 +0000
@@ -17,6 +17,7 @@
 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"