diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-04-07 18:17:10 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-04-07 18:17:10 +0000 |
commit | 16e12c2c08a92a7bb9c11d4a359bf9904998e93f (patch) | |
tree | 5df729b18aade6f3cf7ca691a0b314c7a797c6fa /src | |
parent | 6a74d428e2ce1ad07b9dc8b361bd7c2e71dd19d0 (diff) |
Unlibcwrap. Bump server version requirement. Bump to 12.4.0.xf86-video-impact-0_2_0vmmouse-12_4_0XORG-7_1
Diffstat (limited to 'src')
-rw-r--r-- | src/vmmouse.c | 6 | ||||
-rw-r--r-- | src/vmmouse_proto.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/vmmouse.c b/src/vmmouse.c index f927831..5543c4c 100644 --- a/src/vmmouse.c +++ b/src/vmmouse.c @@ -47,6 +47,7 @@ #include "config.h" #endif +#include <stdio.h> #define NEED_EVENTS #include <X11/X.h> #include <X11/Xproto.h> @@ -65,7 +66,6 @@ #include "xf86Xinput.h" #include "xf86_OSproc.h" #include "xf86OSmouse.h" -#include "xf86_ansic.h" #include "compiler.h" #include "xisb.h" @@ -80,8 +80,8 @@ * Version constants */ #define VMMOUSE_MAJOR_VERSION 12 -#define VMMOUSE_MINOR_VERSION 3 -#define VMMOUSE_PATCHLEVEL 2 +#define VMMOUSE_MINOR_VERSION 4 +#define VMMOUSE_PATCHLEVEL 0 /***************************************************************************** * static function header diff --git a/src/vmmouse_proto.h b/src/vmmouse_proto.h index 5089e5b..6a08e27 100644 --- a/src/vmmouse_proto.h +++ b/src/vmmouse_proto.h @@ -37,7 +37,7 @@ #define _VMMOUSE_PROTO_H_ #include <stdint.h> -#include "xf86_libc.h" +#include <unistd.h> #if !defined __i386__ && !defined __x86_64__ #error The vmmouse protocol is only supported on x86 architectures. |