Commit 81220ca2 authored by Max Kellermann's avatar Max Kellermann

directory: include sys/types.h

ino_t and dev_t are declared in sys/types.h, not sys/stat.h.
parent 0bfe7802
......@@ -24,7 +24,7 @@
#include <stdbool.h>
#include <stdio.h>
#include <sys/stat.h>
#include <sys/types.h>
#define DIRECTORY_DIR "directory: "
#define DIRECTORY_MTIME "mtime: " /* DEPRECATED, noop-read-only */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment