projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d259ee4
)
util: missing includes
author
Robert Swiecki
<robert@swiecki.net>
Wed, 21 Jun 2017 17:21:18 +0000
(19:21 +0200)
committer
Robert Swiecki
<robert@swiecki.net>
Wed, 21 Jun 2017 17:21:18 +0000
(19:21 +0200)
util.c
patch
|
blob
|
history
diff --git
a/util.c
b/util.c
index 390c4cfeeb78c6c4dbd5be1ed2408cdccf45626a..3eef893541897090d492b7b65de8419a3e618b6e 100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-30,11
+30,12
@@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <unistd.h>
#include <sys/stat.h>
+#include <sys/syscall.h>
#include <sys/time.h>
#include <sys/types.h>
#include <time.h>
+#include <unistd.h>
#include "log.h"