summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2015-05-06 15:34:03 -0400
committerPaul Moore <pmoore@redhat.com>2015-05-06 15:34:03 -0400
commit7b8e5023add1d9b22e7367c230c1b1935ea232bc (patch)
treeb994703af8276db12527cb9f5b9dd529e4bee8ac
parentbd10aab13c7248cc0df57512617e33d6743d33a6 (diff)
downloadlibseccomp-7b8e5023add1d9b22e7367c230c1b1935ea232bc.tar.gz
tools: add the missing elf.h header file
Signed-off-by: Paul Moore <pmoore@redhat.com> (imported from commit 7a7a83a24491f636d422e951f9e0547caaa68967)
-rw-r--r--tools/util.h1
1 files changed, 1 insertions, 0 deletions
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 <elf.h>
#include <inttypes.h>
#include <linux/audit.h>