diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-10 20:06:55 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-10 20:06:55 +0000 |
commit | d4244f9d8f4ebf58eaecc51a08b937a835f6cf86 (patch) | |
tree | 20ffde8fcb77370e468898e287a39633c7664bcd /lib/libXext/src/XAppgroup.c | |
parent | 27d4c020095abc1fd45c14cf531debcd97ead7bd (diff) |
Update to libXext 1.1.1. Tested on a ports bulk build by naddy@.
Diffstat (limited to 'lib/libXext/src/XAppgroup.c')
-rw-r--r-- | lib/libXext/src/XAppgroup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libXext/src/XAppgroup.c b/lib/libXext/src/XAppgroup.c index 48fcc0138..212e9642c 100644 --- a/lib/libXext/src/XAppgroup.c +++ b/lib/libXext/src/XAppgroup.c @@ -36,7 +36,8 @@ in this Software without prior written authorization from The Open Group. #define NEED_EVENTS #define NEED_REPLIES #include <X11/Xlibint.h> -#include <X11/extensions/Xagstr.h> +#include <X11/extensions/Xag.h> +#include <X11/extensions/agproto.h> #include <X11/extensions/Xext.h> #include <X11/extensions/extutil.h> |