diff options
author | Elliot Lee <sopwith@src.gnome.org> | 2000-08-09 02:51:52 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-08-09 02:51:52 +0000 |
commit | 74c903feec1b4b1d9ed332498bede279a4d89c4d (patch) | |
tree | 6557c321b472dd3e05f1db113ae9032bf433d593 /modules/arabic/arabic-x.c | |
parent | 6d8b209bb67d3abd57de313548716710e7bfca87 (diff) | |
download | pango-74c903feec1b4b1d9ed332498bede279a4d89c4d.tar.gz |
#include <string.h>
Diffstat (limited to 'modules/arabic/arabic-x.c')
-rw-r--r-- | modules/arabic/arabic-x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/arabic/arabic-x.c b/modules/arabic/arabic-x.c index fa1421f9..64761783 100644 --- a/modules/arabic/arabic-x.c +++ b/modules/arabic/arabic-x.c @@ -8,6 +8,7 @@ #include <stdio.h> #include <glib.h> +#include <string.h> #include "pango.h" #include "pangox.h" |