diff options
Diffstat (limited to 'x11-toolkits/at-spi/files/patch-registryd_deviceeventcontroller.c')
-rw-r--r-- | x11-toolkits/at-spi/files/patch-registryd_deviceeventcontroller.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/at-spi/files/patch-registryd_deviceeventcontroller.c b/x11-toolkits/at-spi/files/patch-registryd_deviceeventcontroller.c new file mode 100644 index 000000000000..161b17116292 --- /dev/null +++ b/x11-toolkits/at-spi/files/patch-registryd_deviceeventcontroller.c @@ -0,0 +1,10 @@ +--- registryd/deviceeventcontroller.c.orig Wed Nov 27 16:36:12 2002 ++++ registryd/deviceeventcontroller.c Wed Nov 27 16:38:21 2002 +@@ -32,6 +32,7 @@ + #include <string.h> + #include <ctype.h> + #include <stdio.h> ++#include <sys/time.h> + #include <bonobo/bonobo-exception.h> + + #include <X11/Xlib.h> |