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:
Loic Le Page 2022-01-19 13:51:49 +01:00
parent 71d2b66f34
commit bfa46bd98a

View File

@ -28,6 +28,7 @@
#elif defined (_MSC_VER) && (_MSC_VER >= 1500)
/* Visual studio 2008 and later has _Pragma */
#include "gslist.h"
#include <stdlib.h>
#define G_HAS_CONSTRUCTORS 1