From b817e9491cf7b8699c8462ef9e2657ca4ccd7667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Kom=C3=ADnek?= Date: Sun, 13 Sep 2020 14:31:54 +0200 Subject: Fixed compile error because of missing limits.h. --- bspatch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bspatch.c b/bspatch.c index 5860a80..ba54c72 100644 --- a/bspatch.c +++ b/bspatch.c @@ -1,4 +1,4 @@ -/*- +/*- * Copyright 2003-2005 Colin Percival * Copyright 2012 Matthew Endsley * All rights reserved @@ -25,6 +25,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include #include "bspatch.h" static int64_t offtin(uint8_t *buf) -- cgit v1.2.1