include string.h for memset include string.h for strcpy include string.h

Thu Jun 29 16:02:07 2000  Owen Taylor  <otaylor@redhat.com>

	* gobject.c:include string.h for memset
	* genums.h: include string.h for strcpy
	* gvalue.c: include string.h for memset, memcpy.
This commit is contained in:
Owen Taylor
2000-06-29 20:02:39 +00:00
committed by Owen Taylor
parent ada7427637
commit 6bbcc10e8d
4 changed files with 16 additions and 4 deletions

View File

@@ -16,7 +16,10 @@
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/
#include "gvalue.h"
#include <string.h>
#include "gvalue.h"
/* --- typedefs & structures --- */