diff options
author | Niveditha Rau <Niveditha.Rau@Oracle.COM> | 2013-05-17 15:26:21 -0700 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-19 21:40:27 +0200 |
commit | 26f7239a0111a0915ba121c292ced276e3942900 (patch) | |
tree | 3fb17c474f486cfb7e36160cddcbd2c86c1dc8db /nx-X11/lib/X11/Cr.h | |
parent | 71fb99cb433d657bd9f4898a93a6ba4733c7093e (diff) | |
download | nx-libs-26f7239a0111a0915ba121c292ced276e3942900.tar.gz nx-libs-26f7239a0111a0915ba121c292ced276e3942900.tar.bz2 nx-libs-26f7239a0111a0915ba121c292ced276e3942900.zip |
Make sure internal headers include required headers
Fixes builds with Solaris Studio 12.3 when lint is enabled, since it no
longer ignores *.h files, but complains when they reference undefined
typedefs or macros.
Signed-off-by: Niveditha Rau <Niveditha.Rau@Oracle.COM>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Backported-to-NX-by: Ulrich Sibiller <uli42@gmx.de>
Diffstat (limited to 'nx-X11/lib/X11/Cr.h')
-rw-r--r-- | nx-X11/lib/X11/Cr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nx-X11/lib/X11/Cr.h b/nx-X11/lib/X11/Cr.h index 800c9ab1c..e71d86d1c 100644 --- a/nx-X11/lib/X11/Cr.h +++ b/nx-X11/lib/X11/Cr.h @@ -2,6 +2,8 @@ #ifndef _CR_H_ #define _CR_H_ +#include <nx-X11/Xlib.h> + extern int _XUpdateGCCache( register GC gc, register unsigned long mask, |