Skip to content

Commit

Permalink
Add autoconf header inclusion to bgzip code.
Browse files Browse the repository at this point in the history
It's probably the fix for https://bugs.debian.org/876840, although
regardless it should be there for consistency.
  • Loading branch information
jkbonfield committed Sep 28, 2017
1 parent 980a9b6 commit b0fa462
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions io_lib/bgzip.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
* from that point onwards.
*/

#ifdef HAVE_CONFIG_H
#include "io_lib_config.h"
#endif

#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
Expand Down

0 comments on commit b0fa462

Please sign in to comment.