summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2015-02-13 11:57:43 -0500
committerPaul Moore <pmoore@redhat.com>2015-02-13 11:57:43 -0500
commit7a7a83a24491f636d422e951f9e0547caaa68967 (patch)
tree845af41a7e1e90c240408cf5d3860fe141fd833c /tools
parent3a7054f43a0b8615b96ddc7036539cd10142cc4d (diff)
downloadlibseccomp-7a7a83a24491f636d422e951f9e0547caaa68967.tar.gz
tools: add the missing elf.h header file
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'tools')
-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>