summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-30 21:07:25 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-30 21:07:25 +0000
commit78c1c4533bcbe7f4af0d700e6b7442824048e0af (patch)
tree7e12f7ff95a6cdef81faef190d4b87edde1f746b
parentbc50fc0cb028ed21f919a55a2f6b82aad38d0e07 (diff)
Add prototypes of Xalloc/free functions.XORG-6_99_99_900XORG-6_8_99_900
Export ImUtil.h to match modular tree install. Define SVR4 to 1 to avoid warning about redefining to different values. Include missing headers to clear more compiler warnings.
-rw-r--r--src/XShm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/XShm.c b/src/XShm.c
index 35f12aa..affa886 100644
--- a/src/XShm.c
+++ b/src/XShm.c
@@ -1,3 +1,4 @@
+/* $XdotOrg: $ */
/*
* $Xorg: XShm.c,v 1.4 2001/02/09 02:03:49 xorgcvs Exp $
*
@@ -36,6 +37,7 @@ in this Software without prior written authorization from The Open Group.
#endif
#include <stdio.h>
#include <X11/Xlibint.h>
+#include <X11/ImUtil.h>
#include <X11/extensions/XShm.h>
#include <X11/extensions/shmstr.h>
#include <X11/extensions/Xext.h>