From 7b8e5023add1d9b22e7367c230c1b1935ea232bc Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Wed, 6 May 2015 15:34:03 -0400 Subject: tools: add the missing elf.h header file Signed-off-by: Paul Moore (imported from commit 7a7a83a24491f636d422e951f9e0547caaa68967) --- tools/util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/util.h b/tools/util.h index 13ef59f..261320f 100644 --- a/tools/util.h +++ b/tools/util.h @@ -22,6 +22,7 @@ #ifndef _UTIL_H #define _UTIL_H +#include #include #include -- cgit v1.2.1