Permalink
Browse files

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

  • Loading branch information...
1 parent 6c668d3 commit c2efebefa7031ef04a1bff87700377b506cfa629 @mfcovington mfcovington committed Nov 15, 2015
Showing with 1 addition and 0 deletions.
  1. +1 −0 maxk.c
View
1 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

Please sign in to comment.