From 26f7239a0111a0915ba121c292ced276e3942900 Mon Sep 17 00:00:00 2001 From: Niveditha Rau Date: Fri, 17 May 2013 15:26:21 -0700 Subject: 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 Signed-off-by: Alan Coopersmith Backported-to-NX-by: Ulrich Sibiller --- nx-X11/lib/X11/locking.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nx-X11/lib/X11/locking.h') diff --git a/nx-X11/lib/X11/locking.h b/nx-X11/lib/X11/locking.h index 7126e61d8..0942b95aa 100644 --- a/nx-X11/lib/X11/locking.h +++ b/nx-X11/lib/X11/locking.h @@ -36,6 +36,8 @@ in this Software without prior written authorization from The Open Group. #define xmalloc(s) Xmalloc(s) #define xfree(s) Xfree(s) +#include +#include #include struct _XCVList { -- cgit v1.2.3