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

@ -1,3 +1,9 @@
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.
Sat Jun 24 23:03:04 2000 Tim Janik <timj@gtk.org>
* gtype.[hc]: provide G_TYPE_CHAR, G_TYPE_UCHAR, G_TYPE_BOOLEAN,

View File

@ -19,7 +19,9 @@
#ifndef __G_ENUMS_H__
#define __G_ENUMS_H__
#include <gobject/gtype.h>
#include <string.h>
#include <gobject/gtype.h>
#ifdef __cplusplus

View File

@ -16,10 +16,11 @@
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/
#include "gobject.h"
#include <string.h>
#include "gvaluecollector.h"
#include "gobject.h"
#include "gvaluecollector.h"
#define DEBUG_OBJECTS

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 --- */