mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-19 08:27:52 +02:00
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user