Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make sprite.h is private to make, so #include it wit...
details: https://anonhg.NetBSD.org/src/rev/2388e77f11f1
branches: trunk
changeset: 475026:2388e77f11f1
user: hubertf <hubertf%NetBSD.org@localhost>
date: Thu Jul 29 19:45:32 1999 +0000
description:
sprite.h is private to make, so #include it with "sprite.h",
not <sprite.h>.
Problem reported in PR 4381 bye Soren S. Jorvang <soren%t.dk@localhost>
diffstat:
usr.bin/make/lst.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r a0b567368e20 -r 2388e77f11f1 usr.bin/make/lst.h
--- a/usr.bin/make/lst.h Thu Jul 29 19:36:58 1999 +0000
+++ b/usr.bin/make/lst.h Thu Jul 29 19:45:32 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lst.h,v 1.7 1996/11/06 17:59:12 christos Exp $ */
+/* $NetBSD: lst.h,v 1.8 1999/07/29 19:45:32 hubertf Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -47,11 +47,11 @@
#ifndef _LST_H_
#define _LST_H_
-#include <sprite.h>
#include <sys/param.h>
#if __STDC__
#include <stdlib.h>
#endif
+#include "sprite.h"
/*
* basic typedef. This is what the Lst_ functions handle
Home |
Main Index |
Thread Index |
Old Index