b0a6d8d49c3d49c9889e8ae11732434edde7587b max Tue Sep 29 05:26:01 2015 +0200 adding limits.h that Braney forgot to add diff --git src/lib/bbiWrite.c src/lib/bbiWrite.c index feb178c..2710c8d 100644 --- src/lib/bbiWrite.c +++ src/lib/bbiWrite.c @@ -1,20 +1,21 @@ /* bbiWrite.c - Routines to help write bigWig and bigBed files. See also bbiFile.h */ /* Copyright (C) 2014 The Regents of the University of California * See README in this or parent directory for licensing information. */ +#include "limits.h" #include "common.h" #include "hash.h" #include "linefile.h" #include "sqlNum.h" #include "zlibFace.h" #include "cirTree.h" #include "bPlusTree.h" #include "bbiFile.h" #include "net.h" #include "obscure.h" void bbiWriteDummyHeader(FILE *f) /* Write out all-zero header, just to reserve space for it. */ { repeatCharOut(f, 0, 64);