Skip to content

Commit d614cd8

Browse files
drake127icedream
authored andcommitted
Fixed compile error because of missing limits.h.
1 parent bce74f2 commit d614cd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bsdiff/bspatch.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*-
1+
/*-
22
* Copyright 2003-2005 Colin Percival
33
* Copyright 2012 Matthew Endsley
44
* All rights reserved
@@ -25,6 +25,7 @@
2525
* POSSIBILITY OF SUCH DAMAGE.
2626
*/
2727

28+
#include <limits.h>
2829
#include "bspatch.h"
2930

3031
static int64_t offtin(uint8_t *buf)

0 commit comments

Comments
 (0)