From c1401ecc29a92428a5d52a23802e20e8c2829b03 Mon Sep 17 00:00:00 2001 From: Nick Alcock Date: Mon, 16 Dec 2019 11:38:57 +0000 Subject: libctf: add some missing #includes. Causes warnings on (at least) recent FreeBSD. libctf/ * ctf-create.c: Include . * ctf-open-bfd.c: Likewise. --- libctf/ctf-open-bfd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libctf/ctf-open-bfd.c') diff --git a/libctf/ctf-open-bfd.c b/libctf/ctf-open-bfd.c index 630a158..dafa265 100644 --- a/libctf/ctf-open-bfd.c +++ b/libctf/ctf-open-bfd.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include "swap.h" -- cgit v1.1