diff options
Diffstat (limited to 'include/file.h')
-rw-r--r-- | include/file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/file.h b/include/file.h index 8dbaf86..df3b515 100644 --- a/include/file.h +++ b/include/file.h @@ -1,7 +1,7 @@ -#include <stdio.h> - #ifndef FILE_H #define FILE_H + +#include <stdio.h> struct filedata { int lc; size_t len; |