summaryrefslogtreecommitdiff
path: root/src/derives.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-18 06:40:45 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-18 06:40:45 +0000
commit7612000cb004ae5b8516e3a34a79ab32050d688e (patch)
tree034fa0fccfdbfa43650298e3f2c8462e6bbf7535 /src/derives.c
parent5ce94c2964afb6e66070f6dbfc8b8de8ab1d77d0 (diff)
downloadbison-7612000cb004ae5b8516e3a34a79ab32050d688e.tar.gz
new.h renamed to alloc.h.
Diffstat (limited to 'src/derives.c')
-rw-r--r--src/derives.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/derives.c b/src/derives.c
index 33a8a035..7a95050c 100644
--- a/src/derives.c
+++ b/src/derives.c
@@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h>
#include "system.h"
-#include "new.h"
+#include "alloc.h"
#include "types.h"
#include "gram.h"