diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-30 21:07:25 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-30 21:07:25 +0000 |
commit | 78c1c4533bcbe7f4af0d700e6b7442824048e0af (patch) | |
tree | 7e12f7ff95a6cdef81faef190d4b87edde1f746b | |
parent | bc50fc0cb028ed21f919a55a2f6b82aad38d0e07 (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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |