Skip to content

Commit f171d24

Browse files
author
Daniel Kroening
committed
missing header for S_IRUSR
1 parent 7a6cec1 commit f171d24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/run.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Date: August 2012
2222

2323
#include <sys/wait.h>
2424
#include <sys/types.h>
25+
#include <sys/stat.h>
2526
#include <fcntl.h>
2627
#include <signal.h>
2728

0 commit comments

Comments
 (0)