forked from pool/libseccomp
26 lines
551 B
Diff
26 lines
551 B
Diff
|
From 7a7a83a24491f636d422e951f9e0547caaa68967 Mon Sep 17 00:00:00 2001
|
||
|
From: Paul Moore <pmoore@redhat.com>
|
||
|
Date: Fri, 13 Feb 2015 11:57:43 -0500
|
||
|
Subject: [PATCH] tools: add the missing elf.h header file
|
||
|
|
||
|
Signed-off-by: Paul Moore <pmoore@redhat.com>
|
||
|
---
|
||
|
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 <elf.h>
|
||
|
#include <inttypes.h>
|
||
|
#include <linux/audit.h>
|
||
|
|
||
|
--
|
||
|
2.1.4
|
||
|
|