summaryrefslogtreecommitdiff
path: root/usr.bin/make/lst.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-07-29 19:55:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-07-29 19:55:20 +0000
commit41b0a7cef654e77a4d79dbf93f75c7519be5711e (patch)
tree92ef4a131b5ba1edf06b5acf99e50c12d3780319 /usr.bin/make/lst.h
parent5a78006d24a043d1f51799949218fe8571ccd9ce (diff)
"sprite.h"; soren@t.dk
Diffstat (limited to 'usr.bin/make/lst.h')
-rw-r--r--usr.bin/make/lst.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/lst.h b/usr.bin/make/lst.h
index 52cedbf0252..8f158056cf6 100644
--- a/usr.bin/make/lst.h
+++ b/usr.bin/make/lst.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: lst.h,v 1.6 1998/12/05 00:06:28 espie Exp $ */
+/* $OpenBSD: lst.h,v 1.7 1999/07/29 19:55:19 deraadt Exp $ */
/* $NetBSD: lst.h,v 1.7 1996/11/06 17:59:12 christos Exp $ */
/*
@@ -48,7 +48,7 @@
#ifndef _LST_H_
#define _LST_H_
-#include <sprite.h>
+#include "sprite.h"
#include <sys/param.h>
#ifdef __STDC__
#include <stdlib.h>