We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3027f5b commit dc5449dCopy full SHA for dc5449d
1 file changed
htslib/hts_defs.h
@@ -25,6 +25,8 @@ DEALINGS IN THE SOFTWARE. */
25
#ifndef HTSLIB_HTS_DEFS_H
26
#define HTSLIB_HTS_DEFS_H
27
28
+#include <stdio.h>
29
+
30
#ifdef __clang__
31
#ifdef __has_attribute
32
#define HTS_COMPILER_HAS(attribute) __has_attribute(attribute)
0 commit comments