diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-03-05 11:47:41 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-03-05 11:54:35 +1000 |
commit | 4d5a41ca574b1462889d4423cfdbc008132aa9c2 (patch) | |
tree | ae7b786bdf56e9d4933d182d055bf2a03d11fc52 /src/properties.c | |
parent | 2a93e92d493050398f993fda50c5e7a445a946de (diff) |
include xorg-server.h from all driver source files.
This fixes the 64-bit issues with 1.0.99.3. Not having xorg-server.h included
in time means we miss out on _XSERVER64, which leads to different sizes of the
LocalDeviceRec struct in the driver and the server.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/properties.c')
-rw-r--r-- | src/properties.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/properties.c b/src/properties.c index 681f77f..0861ae0 100644 --- a/src/properties.c +++ b/src/properties.c @@ -27,6 +27,7 @@ #include "config.h" #endif +#include <xorg-server.h> #include "xf86Module.h" #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 3 |