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,6 +19,8 @@
#ifndef __G_ENUMS_H__
#define __G_ENUMS_H__
#include <string.h>
#include <gobject/gtype.h>

View File

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

View File

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