diff options
author | Matthieu Herrb <matthieu@deville.herrb.net> | 2008-11-21 16:14:01 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@deville.herrb.net> | 2008-11-21 16:15:21 +0100 |
commit | c98bc45557174f771b031d4a003b54d06b857785 (patch) | |
tree | caaa5b36b26a27807ffe088d928d4186cce6f8a9 | |
parent | 87f20b0c06bc13ed603d36cca881ccf69ac0a68a (diff) |
Include xorg-server.h to get the WSCONS_SUPPORT define from
xerver SDK configuration.
-rw-r--r-- | src/bsd_mouse.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bsd_mouse.c b/src/bsd_mouse.c index 1b9d8a0..886a6ff 100644 --- a/src/bsd_mouse.c +++ b/src/bsd_mouse.c @@ -26,9 +26,7 @@ * authorization from the copyright holder(s) and author(s). */ -#ifdef HAVE_XORG_CONFIG_H -#include <xorg-config.h> -#endif +#include <xorg-server.h> #include <X11/X.h> #include "xf86.h" |