Prep input drivers for modularizing by adding guarded #include "config.h"

This commit is contained in:
Adam Jackson
2005-07-11 02:38:00 +00:00
parent c2bc3b67c1
commit 5f673ca035
2 changed files with 8 additions and 0 deletions

View File

@@ -45,6 +45,10 @@
* and to help limited dexterity persons
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#define NEED_EVENTS
#include <X11/X.h>
#include <X11/Xproto.h>

View File

@@ -21,6 +21,10 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#define NEED_EVENTS
#include <X11/X.h>
#include <X11/Xproto.h>