Skip to content

Commit 0146447

Browse files
committed
Add missing definitions
1 parent 758863e commit 0146447

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Files.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#include <limits.h>
55
#include <stdlib.h>
66
#include <sys/stat.h>
7+
#include <sys/types.h>
8+
#include <dirent.h>
79

810
#include "Prototypes.h"
911

0 commit comments

Comments
 (0)