summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-08-24 19:47:49 -0400
committerBehdad Esfahbod <behdad@behdad.org>2010-08-24 19:47:49 -0400
commit2baffa4c47b64c4b6a0603eaeb951a6be6ba5b5e (patch)
treed6f47e2f161989eb113a41cd94b50c85204de53b
parentd3f2af76130687f72653c1866fb8af91b6500250 (diff)
downloadpango-2baffa4c47b64c4b6a0603eaeb951a6be6ba5b5e.tar.gz
Fix include
-rw-r--r--pango/pango-engine-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-engine-private.h b/pango/pango-engine-private.h
index c57c74dc..7d743027 100644
--- a/pango/pango-engine-private.h
+++ b/pango/pango-engine-private.h
@@ -23,7 +23,7 @@
#ifndef __PANGO_ENGINE_PRIVATE_H__
#define __PANGO_ENGINE_PRIVATE_H__
-#include "pango-engine.h"
+#include <pango/pango-engine.h>
G_BEGIN_DECLS