Skip to content

Commit 4846ea9

Browse files
authored
Merge pull request #348 from mkrautz/wexitstatus
Add sys/wait.h include to appimagetool.c for WEXITSTATUS.
2 parents 1dc201b + 8ee40d2 commit 4846ea9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appimagetool.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
#include <sys/types.h>
4040
#include <sys/stat.h>
41+
#include <sys/wait.h>
4142

4243
#include "binreloc.h"
4344
#ifndef NULL

0 commit comments

Comments
 (0)