mirror of
https://github.com/X11Libre/xf86-video-voodoo.git
synced 2026-03-24 01:25:25 +00:00
Prep for modular builds by adding guarded #include "config.h" everywhere.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user