We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b435c commit d27db1cCopy full SHA for d27db1c
entry.h
@@ -1,6 +1,9 @@
1
#ifndef _ENTRY_H
2
#define _ENTRY_H
3
4
+#include <fcntl.h>
5
+#include <sys/stat.h>
6
+
7
#define PLUS 1
8
#define MINUS 0
9
0 commit comments