Skip to content

Commit

Permalink
Merge pull request lh3#47 from mfcovington/feature/fix-maxk-error
Browse files Browse the repository at this point in the history
Include 'unistd.h' to explicitly declare 'getopt'
  • Loading branch information
lh3 committed Nov 15, 2015
2 parents 6c668d3 + c2efebe commit e3ea2a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maxk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e3ea2a8

Please sign in to comment.