Skip to content

Commit 3e5ffb6

Browse files
committed
fixed includes
1 parent 472864f commit 3e5ffb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fastool.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1111
1212
*/
1313

14+
#define _POSIX_C_SOURCE 1
1415
#include <stdio.h>
1516
#include <stdlib.h>
17+
#include <unistd.h>
1618
#include <string.h>
1719
#include "kseq.h"
1820

0 commit comments

Comments
 (0)