diff options
author | Eric Anholt <eric@anholt.net> | 2007-08-31 15:16:01 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-08-31 15:16:01 -0700 |
commit | 07630d897ef37cad8b79d073d9edc891d5a7bddd (patch) | |
tree | 6896c096696e83451cdc620c4a47872c6648d6c1 /render | |
parent | ca82d4bddf235c9b68d51d68636bab40eafb9889 (diff) |
Bug #7364: Require renderproto 0.9.3 on 64-bit, and fix build with it.
Diffstat (limited to 'render')
-rw-r--r-- | render/picturestr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/picturestr.h b/render/picturestr.h index 005c58808..09a713199 100644 --- a/render/picturestr.h +++ b/render/picturestr.h @@ -24,8 +24,8 @@ #ifndef _PICTURESTR_H_ #define _PICTURESTR_H_ -#include "glyphstr.h" #include "scrnintstr.h" +#include "glyphstr.h" #include "resource.h" typedef struct _DirectFormat { |