From 1feea03e7463d8eaeb00d5df6c2cd3e8e20f2bcd Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 28 Apr 1998 14:39:34 +0000 Subject: Changed #include to #include "x/y" for our local includes, so that gcc -MM can be used to separate them from the system ones. Added automatic generation of dependencies. --- sysdep/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdep/config.h') diff --git a/sysdep/config.h b/sysdep/config.h index e83a508..a17f4d1 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -9,7 +9,7 @@ /* System-dependent configuration */ -#include +#include "sysdep/cf/linux-20.h" /* Include debugging code */ -- cgit v1.2.3