Commit 44d47900 authored by Adam Jackson's avatar Adam Jackson
Browse files

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

parent 4d18c530
...@@ -5,6 +5,10 @@ ...@@ -5,6 +5,10 @@
* Michel Dänzer, <michdaen@iiic.ethz.ch> * Michel Dänzer, <michdaen@iiic.ethz.ch>
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
/* all driver need this */ /* all driver need this */
#include "xf86.h" #include "xf86.h"
#include "xf86_OSproc.h" #include "xf86_OSproc.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment