diff options
author | Shawn Amundson <amundson@src.gnome.org> | 1998-01-03 05:46:58 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-01-03 05:46:58 +0000 |
commit | 8eb36ebbd560a048814890dd652449aac97e85ed (patch) | |
tree | 5c35b1df719abdd7c1e26c672aa8888b3b5ff606 /gtk/gtkframe.c | |
parent | 39f02b638bd69903f2ceaddb875e22f5f2edbf2b (diff) | |
download | gdk-pixbuf-8eb36ebbd560a048814890dd652449aac97e85ed.tar.gz |
Several portability fixes from Michael Callahan <callahan@xmission.com>
* Several portability fixes from Michael Callahan
<callahan@xmission.com> including adding in missing
#includes and adding void in function prototypes.
-Shawn
Diffstat (limited to 'gtk/gtkframe.c')
-rw-r--r-- | gtk/gtkframe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c index a3160307e..ad01a879f 100644 --- a/gtk/gtkframe.c +++ b/gtk/gtkframe.c @@ -15,6 +15,7 @@ * License along with this library; if not, write to the Free * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <string.h> #include "gtkframe.h" |