summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Mainz <roland.mainz@nrubsig.org>2004-04-21 10:03:53 +0000
committerRoland Mainz <roland.mainz@nrubsig.org>2004-04-21 10:03:53 +0000
commitf3debe7014ca4ad6ab0d86dd5be2bcb2fcdf62ca (patch)
tree3261d2701c6ec276ba2f060ef08dbb38af539649
parentf1190e9301ee94de333f692307e11b6fd57987d8 (diff)
Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=530 -XORG-CURRENT-CLOSEDXORG-CURRENT
Land XPRINT branch on XORG-CURRENT
-rw-r--r--xpawhelloworld/xpawhelloworld.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/xpawhelloworld/xpawhelloworld.c b/xpawhelloworld/xpawhelloworld.c
index fd174cd..61283de 100644
--- a/xpawhelloworld/xpawhelloworld.c
+++ b/xpawhelloworld/xpawhelloworld.c
@@ -6,7 +6,8 @@
* Athena PrintShell widget class
*
*
-Copyright 2003 Roland Mainz <roland.mainz@informatik.med.uni-giessen.de>
+
+Copyright 2003-2004 Roland Mainz <roland.mainz@nrubsig.org>
All Rights Reserved.
@@ -39,6 +40,7 @@ in this Software without prior written authorization from The Open Group.
#include <X11/StringDefs.h>
#include <Xm/Xm.h>
#include <Xm/Text.h>
+#include <X11/Xaw/XawInit.h>
#include <X11/Xaw/Print.h>
#include <X11/XprintUtil/xprintutil.h>