From 74772a7dc49e34229497441fbbf2631bfb259b39 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 11 Jul 2005 02:29:58 +0000 Subject: Prep for modular builds by adding guarded #include "config.h" everywhere. --- src/nv_driver.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/nv_driver.c') diff --git a/src/nv_driver.c b/src/nv_driver.c index 22beb74..84d0f5c 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -22,6 +22,10 @@ * SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + /* Hacked together from mga driver and 3.3.4 NVIDIA driver by Jarno Paananen */ -- cgit v1.2.3