summaryrefslogtreecommitdiff
path: root/desktop/save_pdf/font_haru.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-27 01:59:16 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-27 01:59:16 +0000
commit118036d27b66dd1ffd9c86bd430cacd3aa42e3e4 (patch)
tree3cecb79bda075ae6a40b7a774c675ef0421146ad /desktop/save_pdf/font_haru.c
parentd4bdb0882a1ee2f58f81a5646bd0802fb5589940 (diff)
downloadnetsurf-118036d27b66dd1ffd9c86bd430cacd3aa42e3e4.tar.gz
netsurf-118036d27b66dd1ffd9c86bd430cacd3aa42e3e4.tar.bz2
Use <> for library headers.
svn path=/trunk/netsurf/; revision=6919
Diffstat (limited to 'desktop/save_pdf/font_haru.c')
-rw-r--r--desktop/save_pdf/font_haru.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/save_pdf/font_haru.c b/desktop/save_pdf/font_haru.c
index 56560883a..2cab2c909 100644
--- a/desktop/save_pdf/font_haru.c
+++ b/desktop/save_pdf/font_haru.c
@@ -34,7 +34,8 @@
#include <math.h>
#include <string.h>
-#include "hpdf.h"
+#include <hpdf.h>
+
#include "css/css.h"
#include "desktop/options.h"