summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.c
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-05-29 12:53:49 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-05-29 12:53:49 +0000
commit14959b87a7868b8591017204f0844a5d4bb29a42 (patch)
treef685e41abdfa80732cf331c96a58b6b56ef70970 /usr.bin/make/make.c
parentb6985ed543fc10d606789bf3477ec48cc4a3bf2d (diff)
Take includes out of lst.h, re-add what's needed to separate files.
Removes remaining lint stuff from lst.lib.
Diffstat (limited to 'usr.bin/make/make.c')
-rw-r--r--usr.bin/make/make.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c
index 87964cb82b0..34d97651460 100644
--- a/usr.bin/make/make.c
+++ b/usr.bin/make/make.c
@@ -1,5 +1,5 @@
/* $OpenPackages$ */
-/* $OpenBSD: make.c,v 1.26 2001/05/23 12:34:46 espie Exp $ */
+/* $OpenBSD: make.c,v 1.27 2001/05/29 12:53:42 espie Exp $ */
/* $NetBSD: make.c,v 1.10 1996/11/06 17:59:15 christos Exp $ */
/*
@@ -73,6 +73,7 @@
* and perform the .USE actions if so.
*/
+#include <limits.h>
#include <stdio.h>
#include "config.h"
#include "defines.h"