projects
/
mes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f82a69
)
Add missing #include.
author
Danny Milosavljevic
<dannym@scratchpost.org>
Fri, 5 Jul 2019 15:12:54 +0000
(17:12 +0200)
committer
Jan Nieuwenhuizen
<janneke@gnu.org>
Mon, 9 Sep 2019 14:04:15 +0000
(16:04 +0200)
* lib/tests/io/90-stat.c: Add missing #include.
lib/tests/io/90-stat.c
patch
|
blob
|
history
diff --git
a/lib/tests/io/90-stat.c
b/lib/tests/io/90-stat.c
index e63547d1d0f5d67e2730781567e0dac40ef0ccf4..b7f400b3dbb6136b42a333b89b1778214c6f9034 100644
(file)
--- a/
lib/tests/io/90-stat.c
+++ b/
lib/tests/io/90-stat.c
@@
-22,6
+22,7
@@
#include <errno.h>
#include <stdio.h>
#include <string.h>
+#include <fcntl.h>
#include <sys/stat.h>