Prep for modular builds by adding guarded #include "config.h" everywhere.

This commit is contained in:
Adam Jackson
2005-07-11 02:30:07 +00:00
parent be3a1ab6f4
commit 443375cce1
3 changed files with 12 additions and 0 deletions

View File

@@ -33,6 +33,10 @@
* ANY KIND OR FORM.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "fb.h"
#include "mibank.h"
#include "micmap.h"

View File

@@ -41,6 +41,10 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/voodoo/voodoo_driver.c,v 1.27 2001/08/07 07:04:46 keithp Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "fb.h"
#include "mibank.h"
#include "micmap.h"

View File

@@ -34,6 +34,10 @@
* http://www.magnatune.com
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "fb.h"
#include "mibank.h"
#include "micmap.h"