diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:38:01 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:38:01 +0000 |
commit | e96e138c6ce23290555e4acafb0d57b4ec0ed8a5 (patch) | |
tree | c50608acba3188a6c6a9c5ea375a0f97fac5ac90 | |
parent | 6319ab0dab3c91347ef7caa7f604bbef6a65006c (diff) |
Prep input drivers for modularizing by adding guarded #include "config.h"
-rw-r--r-- | src/void.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -26,6 +26,11 @@ /* Input device which doesn't output any event. This device can be used * as a core pointer or as a core keyboard. */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifndef XFree86LOADER #include <unistd.h> #include <errno.h> |