Skip to content

Commit a034061

Browse files
authored
Merge pull request #128 from probonopd/feature/added_missing_include
Add glib.h include to runtime.c in order to remove compile-time warnings about implicit declarations
2 parents 37a8734 + f39e5de commit a034061

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ THE SOFTWARE.
3535
#include <unistd.h>
3636
#include <pthread.h>
3737
#include <errno.h>
38+
#include <glib.h>
3839

3940

4041
/* ======================================================== Start helper functions for icon extraction */

0 commit comments

Comments
 (0)