Include 'unistd.h' to explicitly declare 'getopt'

This commit is contained in:
Mike Covington 2015-11-14 17:27:57 -08:00
parent 6c668d3e1a
commit c2efebefa7
1 changed files with 1 additions and 0 deletions

1
maxk.c
View File

@ -3,6 +3,7 @@
#include <stdlib.h>
#include <limits.h>
#include <string.h>
#include <unistd.h>
#include "bwa.h"
#include "bwamem.h"
#include "kseq.h"