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

This commit is contained in:
Adam Jackson
2005-07-11 02:29:47 +00:00
parent 4d18c5309c
commit 44d4790006

View File

@@ -5,6 +5,10 @@
* Michel Dänzer, <michdaen@iiic.ethz.ch>
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
/* all driver need this */
#include "xf86.h"
#include "xf86_OSproc.h"