diff options
author | Elliot Lee <sopwith@src.gnome.org> | 2000-11-21 19:23:23 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-11-21 19:23:23 +0000 |
commit | 5d1d3a4418be2ac97a31a6f2a2abef86ce46f36c (patch) | |
tree | e1103d0255fa291e0f07204a32c32f0cf803e7ba /modules/basic | |
parent | 68660ec7c84a3e84f4e3cc3f787ab71d66836955 (diff) | |
download | pango-5d1d3a4418be2ac97a31a6f2a2abef86ce46f36c.tar.gz |
Fix warnings - mostly include string.h for strcmp.
Fix warnings - mostly include string.h for strcmp.
Diffstat (limited to 'modules/basic')
-rw-r--r-- | modules/basic/basic-x.c | 1 | ||||
-rw-r--r-- | modules/basic/basic.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/basic/basic-x.c b/modules/basic/basic-x.c index 06907bfb..b49c8480 100644 --- a/modules/basic/basic-x.c +++ b/modules/basic/basic-x.c @@ -20,6 +20,7 @@ */ #include <glib.h> +#include <string.h> #include "pango.h" #include "pangox.h" #include "pango-utils.h" diff --git a/modules/basic/basic.c b/modules/basic/basic.c index 06907bfb..b49c8480 100644 --- a/modules/basic/basic.c +++ b/modules/basic/basic.c @@ -20,6 +20,7 @@ */ #include <glib.h> +#include <string.h> #include "pango.h" #include "pangox.h" #include "pango-utils.h" |