updated externals

2001-06-22  Hans Breuer  <hans@breuer.org>

	* gobject.def : updated externals

	* gobjectnotifyqueue.c : include <string.h> for memset ()
This commit is contained in:
Hans Breuer
2001-06-22 14:10:33 +00:00
committed by Hans Breuer
parent bfe64c7c38
commit ef8daf9297
3 changed files with 11 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
#ifndef __G_NOTIFY_H__
#define __G_NOTIFY_H__
#include <string.h> /* memset */
#include <gobject/gobject.h>
G_BEGIN_DECLS