diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-09-02 11:01:29 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-09-04 21:01:25 -0400 |
commit | 495853f8f93a990823b3ba48235ece1c23ca37bc (patch) | |
tree | 124c3b4d213d50cab58874059e85f108da8ff1f6 /src/Template.c | |
parent | 823803d5937e1002d21e24b2a37ad2891e691527 (diff) |
Template.c: use #include <X11/Xaw3d/TemplateP.h>
rather than #include "TemplateP.h".
Acked-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'src/Template.c')
-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) |