summaryrefslogtreecommitdiff
path: root/base/base_rect.c
diff options
context:
space:
mode:
Diffstat (limited to 'base/base_rect.c')
-rw-r--r--base/base_rect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/base_rect.c b/base/base_rect.c
index 18acb952..3c00cb94 100644
--- a/base/base_rect.c
+++ b/base/base_rect.c
@@ -1,4 +1,4 @@
-#include <fitz.h>
+#include "fitz-base.h"
fz_rect fz_infiniterect = { 1, 1, -1, -1 };
fz_rect fz_emptyrect = { 0, 0, 0, 0 };