diff options
Diffstat (limited to 'lineread.c')
| -rw-r--r-- | lineread.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,8 +19,8 @@ #include <stdbool.h> #include <unistd.h> +#include "common.h" #include "lineread.h" -#include "util.h" /** * lineread_init() - Prepare for line by line file reading without allocation |
