mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	Add required includes
svn path=/trunk/; revision=7452
This commit is contained in:
		@@ -1,3 +1,9 @@
 | 
			
		||||
2008-09-10  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	Bug 551410 – gtestutils.c: using printf without prototype
 | 
			
		||||
 | 
			
		||||
	* glib/gtestutils.c: Include stdio.h. Pointed out by Kazuki Iwamoto.
 | 
			
		||||
 | 
			
		||||
2008-09-09  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	Bug 551228 – G_STRFUNC on recent Sun compiler should be expanded to
 | 
			
		||||
 
 | 
			
		||||
@@ -28,6 +28,7 @@
 | 
			
		||||
#endif
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#ifdef HAVE_UNISTD_H
 | 
			
		||||
#include <unistd.h>
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user