From 00a9e576ebf0dec261c67644d6c7eba7ea9afd23 Mon Sep 17 00:00:00 2001 From: BALATON Zoltan Date: Tue, 12 Jul 2016 23:17:36 +0200 Subject: Added missing includes to fix build error --- src/img4.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/img4.c') diff --git a/src/img4.c b/src/img4.c index 50378c7..4c112ca 100644 --- a/src/img4.c +++ b/src/img4.c @@ -22,6 +22,7 @@ #include #include +#include "common.h" #include "img4.h" #define ASN1_CONSTRUCTED 0x20 -- cgit v1.1-32-gdbae