Skip to content

Commit

Permalink
Added missing include
Browse files Browse the repository at this point in the history
g_unlink() needs glib/gstdio.h to be included.
  • Loading branch information
hipersayanX authored May 19, 2024
1 parent bb97414 commit 3a0887f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/appimagetool.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <stdlib.h>

#include <glib.h>
#include <glib/gstdio.h>
#include <gio/gio.h>

#include <stdio.h>
Expand Down

0 comments on commit 3a0887f

Please sign in to comment.