mirror of
https://github.com/X11Libre/xf86-input-mouse.git
synced 2026-03-24 01:24:06 +00:00
Prep input drivers for modularizing by adding guarded #include "config.h"
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user