Move string.h include into the .c file instead of where it was in the .h

Sun Jul  9 21:21:46 2000  Owen Taylor  <otaylor@redhat.com>

	* genums.[ch]: Move string.h include into the .c file
	instead of where it was in the .h file by mistake.

Sun Jul  9 21:20:45 2000  Owen Taylor  <otaylor@redhat.com>

	* gunicode.h: Include stddef.h instead of stdlib.h
This commit is contained in:
Owen Taylor
2000-07-10 01:28:03 +00:00
committed by Owen Taylor
parent 39732afc59
commit 04bc211e6c
13 changed files with 42 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
#ifndef __GUNICODE_H__
#define __GUNICODE_H__
#include <stdlib.h> /* For size_t */
#include <stddef.h> /* For size_t */
#ifdef __cplusplus
extern "C"