summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proc.h b/proc.h
index 7b5be9b..b3dfca9 100644
--- a/proc.h
+++ b/proc.h
@@ -2,6 +2,7 @@
#define PROC_H
#include <stdbool.h>
+#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>