Skip to content

Commit 8ee40d2

Browse files
committed
Add sys/wait.h include to appimagetool.c for WEXITSTATUS.
1 parent 1dc201b commit 8ee40d2

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)