summaryrefslogtreecommitdiffstats
path: root/hack/hack.h
diff options
context:
space:
mode:
authormatt <matt@NetBSD.org>2000-07-03 03:57:39 +0000
committermatt <matt@NetBSD.org>2000-07-03 03:57:39 +0000
commit43def5730da99f02e97c5f7931228e4a37f2cd3f (patch)
tree6b8a5cf8324a8919575823f2c80ee0498de28d0f /hack/hack.h
parentd20e60caa29bce3f65183f11f2576b5f867d7879 (diff)
downloadbsdgames-darwin-43def5730da99f02e97c5f7931228e4a37f2cd3f.tar.gz
bsdgames-darwin-43def5730da99f02e97c5f7931228e4a37f2cd3f.tar.zst
bsdgames-darwin-43def5730da99f02e97c5f7931228e4a37f2cd3f.zip
More include additions for exit, abs, strcmp, etc.
Diffstat (limited to 'hack/hack.h')
-rw-r--r--hack/hack.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hack/hack.h b/hack/hack.h
index eb0f785d..017da4b5 100644
--- a/hack/hack.h
+++ b/hack/hack.h
@@ -1,4 +1,4 @@
-/* $NetBSD: hack.h,v 1.4 1997/10/19 16:58:02 christos Exp $ */
+/* $NetBSD: hack.h,v 1.5 2000/07/03 03:57:41 matt Exp $ */
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
@@ -7,6 +7,7 @@
#define _HACK_H_
#include "config.h"
+#include <stdlib.h>
#include <string.h>
#ifndef BSD