summaryrefslogtreecommitdiff
path: root/pango/break.c
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-12-11 21:07:10 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-12-11 21:07:10 +0000
commitfec3839db01bcac421f660412f2a77589c720c19 (patch)
treeb04828b79250c279b2c1520a849c8b710d31870c /pango/break.c
parent141d155cddaef8f1a664b74b739d52a17514b443 (diff)
downloadpango-fec3839db01bcac421f660412f2a77589c720c19.tar.gz
#include <string.h>
#include <string.h>
Diffstat (limited to 'pango/break.c')
-rw-r--r--pango/break.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/break.c b/pango/break.c
index 8e63415b..ce1d7dfb 100644
--- a/pango/break.c
+++ b/pango/break.c
@@ -21,6 +21,7 @@
#include "pango.h"
#include "pango-modules.h"
+#include <string.h>
/* See http://www.unicode.org/unicode/reports/tr14/ if you hope
* to understand the line breaking code.