Permalink
Browse files
Include 'unistd.h' to explicitly declare 'getopt'
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
maxk.c
|
|
@@ -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"
|
|
|
|
0 comments on commit
c2efebe