From b9ac23ce92ca22483d56ee3192c54aa8f782f9ac Mon Sep 17 00:00:00 2001 From: fenner Date: Sun, 21 Nov 1999 09:36:43 +0000 Subject: Switch to config.h instead of passing defines in DEFS. --- print-mobile.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'print-mobile.c') diff --git a/print-mobile.c b/print-mobile.c index 4cbbc918..b6c414c8 100644 --- a/print-mobile.c +++ b/print-mobile.c @@ -43,6 +43,10 @@ __RCSID("$NetBSD: print-mobile.c,v 1.2 1998/09/30 08:57:01 hwr Exp $"); #endif #endif +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include -- cgit v1.2.1