summaryrefslogtreecommitdiff
path: root/src/Xge.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-10 15:08:37 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-10 15:08:37 -0700
commitf12be5ac59a48249c77b8e61e78bceb9ad782542 (patch)
tree32595b390cb67e3615442ef536c7e319f63c8c34 /src/Xge.c
parent6844509526a83a20f60a5b62191bfbc1e6f09227 (diff)
downloadxorg-lib-libXext-f12be5ac59a48249c77b8e61e78bceb9ad782542.tar.gz
Add extutilP.h header for xgeExtRegister() prototype
Clears gcc warning: Xge.c:302:11: warning: no previous prototype for ‘xgeExtRegister’ [-Wmissing-prototypes] _X_HIDDEN xgeExtRegister(Display* dpy, int offset, XExtensionHooks* callbacks) ^~~~~~~~~~~~~~ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/Xge.c')
-rw-r--r--src/Xge.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Xge.c b/src/Xge.c
index f1af16a..2b97743 100644
--- a/src/Xge.c
+++ b/src/Xge.c
@@ -39,6 +39,8 @@
#include <X11/extensions/extutil.h>
#include <X11/extensions/Xge.h>
+#include "extutilP.h"
+
/***********************************************************************/
/* internal data structures */
/***********************************************************************/