Skip to content

Commit d27db1c

Browse files
committed
fix compile on older distros
1 parent 79b435c commit d27db1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entry.h

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#ifndef _ENTRY_H
22
#define _ENTRY_H
33

4+
#include <fcntl.h>
5+
#include <sys/stat.h>
6+
47
#define PLUS 1
58
#define MINUS 0
69

0 commit comments

Comments
 (0)