summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/hash.c')
-rw-r--r--usr.bin/make/hash.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c
index 5a54668..503d328 100644
--- a/usr.bin/make/hash.c
+++ b/usr.bin/make/hash.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1988, 1989, 1990, 1993
* The Regents of the University of California. All rights reserved.
* Copyright (c) 1988, 1989 by Adam de Boor
@@ -49,10 +49,14 @@ __FBSDID("$FreeBSD$");
* table. Hash tables grow automatically as the amount of
* information increases.
*/
+
+#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
-#include "sprite.h"
-#include "make.h"
+
#include "hash.h"
+#include "sprite.h"
+#include "util.h"
/*
* Forward references to local procedures that are used before they're
OpenPOWER on IntegriCloud