diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:30:07 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:30:07 +0000 |
commit | 22571cf4bc09eeaf0be9038ef0896f1d30a1f3b6 (patch) | |
tree | 7cc6d5bf8a68ef93e4ce3f3980ca43c87c6f4907 | |
parent | 4e0146d2bef7709a8e88461684453f261c0792af (diff) |
Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_99_99_902XORG-6_99_99_901XORG-6_99_99_900XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15
-rw-r--r-- | src/wsfb_driver.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wsfb_driver.c b/src/wsfb_driver.c index 06bdec0..7a30cb8 100644 --- a/src/wsfb_driver.c +++ b/src/wsfb_driver.c @@ -36,6 +36,10 @@ * Michel Dänzer, <michdaen@iiic.ethz.ch> */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <fcntl.h> #include <sys/types.h> #include <sys/time.h> |