diff options
Diffstat (limited to 'src/tai64nfrac.c')
-rw-r--r-- | src/tai64nfrac.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tai64nfrac.c b/src/tai64nfrac.c index c433e4f..d3b1a31 100644 --- a/src/tai64nfrac.c +++ b/src/tai64nfrac.c @@ -1,9 +1,10 @@ +#include <unistd.h> + #include "buffer.h" #include "exit.h" #include "fmt.h" #include "getln.h" #include "open.h" -#include "readwrite.h" #include "scan.h" #include "stralloc.h" |