From 3553b86aff3e77ac57a3103d9e84f21ac43f5c14 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ralf=20Cors=C3=A9pius?= Date: Thu, 22 Nov 2007 13:41:06 +0100 Subject: [PATCH] Include system.h --- tools/debugedit.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/debugedit.c b/tools/debugedit.c index 813c9be..8dacac7 100644 --- a/tools/debugedit.c +++ b/tools/debugedit.c @@ -16,6 +16,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "system.h" + /* Needed for libelf */ #define _FILE_OFFSET_BITS 64 -- 2.7.4