diff options
author | Jeff Garzik <jgarzik@src.gnome.org> | 1998-12-10 06:18:32 +0000 |
---|---|---|
committer | Jeff Garzik <jgarzik@src.gnome.org> | 1998-12-10 06:18:32 +0000 |
commit | 600ef4e7d1b45dd4cd88606b6da402ffe2a885bf (patch) | |
tree | 08c8b6d75104e9917fedafbc0f9ac9f4494368ac /tests/testrgb.c | |
parent | 6413a421f10a81241625192dad2ca12036a08726 (diff) | |
download | gtk+-600ef4e7d1b45dd4cd88606b6da402ffe2a885bf.tar.gz |
use g_snprintf, eliminate need for string.h include string.h, for strlen
* gtk/testdnd.c: use g_snprintf, eliminate need for string.h
* gtk/testrgb.c: include string.h, for strlen
Diffstat (limited to 'tests/testrgb.c')
-rw-r--r-- | tests/testrgb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testrgb.c b/tests/testrgb.c index 92e6f1cc69..43b79994aa 100644 --- a/tests/testrgb.c +++ b/tests/testrgb.c @@ -24,6 +24,7 @@ #include <sys/time.h> #include <stdlib.h> #include <unistd.h> +#include <string.h> #include "gtk.h" |