diff --git a/Xext/xevie.c b/Xext/xevie.c index 1d51fd825..f4012443a 100644 --- a/Xext/xevie.c +++ b/Xext/xevie.c @@ -126,6 +126,8 @@ static void XeviePointerProcessInputProc(xEvent *xE, DeviceIntPtr dev, int count); static void XevieKbdProcessInputProc(xEvent *xE, DeviceIntPtr dev, int count); +/* Shutup gcc about no previous prototype */ +void XevieExtensionInit(void); void XevieExtensionInit (void) {