From 7a7a83a24491f636d422e951f9e0547caaa68967 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Fri, 13 Feb 2015 11:57:43 -0500 Subject: tools: add the missing elf.h header file Signed-off-by: Paul Moore --- tools/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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