diff options
Diffstat (limited to 'include/miscstruct.h')
-rw-r--r-- | include/miscstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/miscstruct.h b/include/miscstruct.h index f0ff25b28..6a16007b7 100644 --- a/include/miscstruct.h +++ b/include/miscstruct.h @@ -51,7 +51,7 @@ SOFTWARE. #define MISCSTRUCT_H 1 #include "misc.h" -#include "X11/Xprotostr.h" +#include <X11/Xprotostr.h> #include "gc.h" typedef xPoint DDXPointRec; |