Fix compilation error
This commit is contained in:
parent
df01136d5a
commit
e7b2ebeb17
1 changed files with 1 additions and 0 deletions
1
ccc.c
1
ccc.c
|
@ -1,6 +1,7 @@
|
|||
#include <ctype.h>
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <ftw.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue