diff options
Diffstat (limited to 'src/sys/stat/S_ISBLK.c')
| -rw-r--r-- | src/sys/stat/S_ISBLK.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/stat/S_ISBLK.c b/src/sys/stat/S_ISBLK.c index 1a1498ef..b2d0031b 100644 --- a/src/sys/stat/S_ISBLK.c +++ b/src/sys/stat/S_ISBLK.c @@ -1,4 +1,4 @@ -#includ +#include <sys/stat.h> #define S_ISBLK(s) /* FIXME */ /* POSIX(1) |
