Skip to content

Commit 10cd985

Browse files
authored
explicitly include previously implicit headers (#5)
1 parent 42c86b2 commit 10cd985

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

sbin/getbytes.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <stdio.h>
22
#include <stdlib.h>
3+
#include <string.h>
34

45
/* Print out a specific range of bytes from the input file/stream.
56
* For use with kiraindex. In order to preserve a simple input

sbin/kiraformat.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <stdio.h>
22
#include <string.h>
33
#include <stdlib.h>
4+
#include <unistd.h>
45

56
/*
67
* Reformat kira output: convert (ascii or binary) to

sbin/kiraindex.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <stdio.h>
22
#include <string.h>
33
#include <stdlib.h>
4+
#include <unistd.h>
45

56
/*
67
* Reformat kira output: convert (ascii or binary) to

sbin/kiraindex2.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <stdio.h>
22
#include <string.h>
33
#include <stdlib.h>
4+
#include <unistd.h>
45

56
/*
67
* Reformat kira output: convert (ascii or binary) to

0 commit comments

Comments
 (0)