summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-08-31 15:16:01 -0700
committerEric Anholt <eric@anholt.net>2007-08-31 15:58:16 -0700
commit1a125b521434da7ba3a41b6398c7f094867908e0 (patch)
tree665db7ba92011e7d5df40c96efdd6e1fd189d419 /render
parentf499c2ea0a90a69713daef8f9497463229384964 (diff)
Bug #7364: Require renderproto 0.9.3 on 64-bit, and fix build with it.
(cherry picked from commit 07630d897ef37cad8b79d073d9edc891d5a7bddd)
Diffstat (limited to 'render')
-rw-r--r--render/picturestr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/picturestr.h b/render/picturestr.h
index 01572ec48..aabce842e 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 {