summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/adventure/vocab.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/adventure/vocab.c b/games/adventure/vocab.c
index f5cfb3a..b34b42e 100644
--- a/games/adventure/vocab.c
+++ b/games/adventure/vocab.c
@@ -43,7 +43,8 @@ static char sccsid[] = "@(#)vocab.c 8.1 (Berkeley) 5/31/93";
/* Re-coding of advent in C: data structure routines */
#include <stdio.h>
-# include "hdr.h"
+#include <stdlib.h>
+#include "hdr.h"
dstroy(object)
int object;
OpenPOWER on IntegriCloud