Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fasterthanlime
GLib
Commits
3137f7d0
Commit
3137f7d0
authored
Dec 08, 2021
by
fasterthanlime
Browse files
Add gslist.h in gconstructor.h, where G_DEFINE_CONSTRUCTOR is defined
parent
40563297
Pipeline
#340703
failed with stages
in 11 minutes and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
glib/gconstructor.h
View file @
3137f7d0
...
...
@@ -29,6 +29,7 @@
/* Visual studio 2008 and later has _Pragma */
#include
<stdlib.h>
#include
"gslist.h"
/* for g_slist_find */
#define G_HAS_CONSTRUCTORS 1
...
...
glib/glib-init.c
View file @
3137f7d0
...
...
@@ -19,13 +19,12 @@
#include
"config.h"
#include
"gconstructor.h"
#include
"glib-init.h"
#include
"gmacros.h"
#include
"gmem.h"
/* for g_mem_gc_friendly */
#include
"gslist.h"
/* for g_slist_find */
#include
"gtypes.h"
#include
"gutils.h"
/* for GDebugKey */
#include
"gutils.h"
/* for GDebugKey */
#include
"gconstructor.h"
#include
"gmem.h"
/* for g_mem_gc_friendly */
#include
<string.h>
#include
<stdlib.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment