mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 21:03:10 +02:00
Fix gconstructor.h header to include gslist functions
Macros defined in gconstructor.h header are using g_slist_find() function but the gslist.h corresponding header was not included.
This commit is contained in:
parent
71d2b66f34
commit
bfa46bd98a
@ -28,6 +28,7 @@
|
|||||||
#elif defined (_MSC_VER) && (_MSC_VER >= 1500)
|
#elif defined (_MSC_VER) && (_MSC_VER >= 1500)
|
||||||
/* Visual studio 2008 and later has _Pragma */
|
/* Visual studio 2008 and later has _Pragma */
|
||||||
|
|
||||||
|
#include "gslist.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#define G_HAS_CONSTRUCTORS 1
|
#define G_HAS_CONSTRUCTORS 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user