libgimpwidgets/gimpwidgets.c: include string.h

This commit is contained in:
Nick Lamb /GIMP
2001-02-20 14:57:49 +00:00
parent 1edef6d18f
commit 83a9899ce5
2 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
#include "libgimpmath/gimpmath.h"