added #include <string.h>
authorSteve Baker <steve@stevebaker.org>
Wed, 22 Aug 2001 19:39:02 +0000 (19:39 +0000)
committerSteve Baker <steve@stevebaker.org>
Wed, 22 Aug 2001 19:39:02 +0000 (19:39 +0000)
Original commit message from CVS:
added #include <string.h>

gst/gobject2gtk.c

index 9c22265..085e89e 100644 (file)
@@ -1,5 +1,6 @@
 /* Written by Erik Walthinsen 06-2001 */
 /* Modified by Jamie Gennis 06-2001 */
+#include <string.h>
 #include <stdio.h>
 #include "gobject2gtk.h"