diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-06-11 19:24:50 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-06-11 19:24:50 +0000 |
commit | aaae8588b0bb22b436c38d50c1a71604c7a393de (patch) | |
tree | d7ac0c7b84481f03491d01c538ed76d85647d7fc /lib/libXi/src/XIQueryPointer.c | |
parent | 2d5192fb31d2e9ba348f57ece67693cd9e60ed22 (diff) |
Update to libXi 1.6.1
Diffstat (limited to 'lib/libXi/src/XIQueryPointer.c')
-rw-r--r-- | lib/libXi/src/XIQueryPointer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libXi/src/XIQueryPointer.c b/lib/libXi/src/XIQueryPointer.c index 1a02a5a9e..6666d1ac0 100644 --- a/lib/libXi/src/XIQueryPointer.c +++ b/lib/libXi/src/XIQueryPointer.c @@ -29,6 +29,9 @@ in this Software without prior written authorization from The Open Group. * XIQueryPointer - Query the pointer of an extension input device. * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdint.h> #include <X11/extensions/XI2proto.h> |