[PATCH libXaw3d] Template.c: use #include <X11/Xaw3d/TemplateP.h>
Gaetan Nadon
memsize at videotron.ca
Fri Sep 2 09:03:20 PDT 2011
rather than #include "TemplateP.h".
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
src/Template.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Template.c b/src/Template.c
index 88b306c..0c08417 100644
--- a/src/Template.c
+++ b/src/Template.c
@@ -30,7 +30,7 @@ in this Software without prior written authorization from the X Consortium.
#endif
#include <X11/IntrinsicP.h>
#include <X11/StringDefs.h>
-#include "TemplateP.h"
+#include <X11/Xaw3d/TemplateP.h>
static XtResource resources[] = {
#define offset(field) XtOffsetOf(TemplateRec, template.field)
--
1.7.4.1
More information about the xorg-devel
mailing list