summaryrefslogtreecommitdiff
path: root/modules/arabic/arabic.c
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-11-21 19:23:23 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-11-21 19:23:23 +0000
commit5d1d3a4418be2ac97a31a6f2a2abef86ce46f36c (patch)
treee1103d0255fa291e0f07204a32c32f0cf803e7ba /modules/arabic/arabic.c
parent68660ec7c84a3e84f4e3cc3f787ab71d66836955 (diff)
downloadpango-5d1d3a4418be2ac97a31a6f2a2abef86ce46f36c.tar.gz
Fix warnings - mostly include string.h for strcmp.
Fix warnings - mostly include string.h for strcmp.
Diffstat (limited to 'modules/arabic/arabic.c')
-rw-r--r--modules/arabic/arabic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/arabic/arabic.c b/modules/arabic/arabic.c
index e73c20c4..49435b5c 100644
--- a/modules/arabic/arabic.c
+++ b/modules/arabic/arabic.c
@@ -8,6 +8,7 @@
#include <stdio.h>
#include <glib.h>
+#include <string.h>
#include "pango.h"
#include "pangox.h"