diff options
-rw-r--r-- | 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) |