summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgildea <empty>1995-06-07 20:39:54 +0000
committergildea <empty>1995-06-07 20:39:54 +0000
commitd96f81510f53a5b4debf3d4a278b787d28a0b74f (patch)
tree6e74344c2577ecffa9f5459f9fe7b219c1fe1fe9
parent45d84d2c515c3f7fa33046cc1ec7171f64d078b3 (diff)
include Xutil.h since uses XDestroyImage
-rw-r--r--xc/lib/X11/GetImage.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xc/lib/X11/GetImage.c b/xc/lib/X11/GetImage.c
index 8411d306f..fec22dfed 100644
--- a/xc/lib/X11/GetImage.c
+++ b/xc/lib/X11/GetImage.c
@@ -1,4 +1,4 @@
-/* $XConsortium: GetImage.c,v 11.28 91/12/23 09:31:46 rws Exp $ */
+/* $XConsortium: GetImage.c,v 11.29 94/04/17 20:19:36 rws Exp gildea $ */
/*
Copyright (c) 1986 X Consortium
@@ -28,6 +28,7 @@ in this Software without prior written authorization from the X Consortium.
#define NEED_REPLIES
#include "Xlibint.h"
+#include <X11/Xutil.h> /* for XDestroyImage */
#define ROUNDUP(nbytes, pad) (((((nbytes) - 1) + (pad)) / (pad)) * (pad))