summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-11-22 13:41:06 +0100
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-11-22 13:41:06 +0100
commit3553b86aff3e77ac57a3103d9e84f21ac43f5c14 (patch)
treecda9c7ea61bc35803ef082acb389820321edcd1d
parent5787b3f7c12fd7d3a67663a8b1c85789a968ccf3 (diff)
downloadrpm-3553b86aff3e77ac57a3103d9e84f21ac43f5c14.tar.gz
rpm-3553b86aff3e77ac57a3103d9e84f21ac43f5c14.tar.bz2
rpm-3553b86aff3e77ac57a3103d9e84f21ac43f5c14.zip
Include system.h
-rw-r--r--tools/debugedit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/debugedit.c b/tools/debugedit.c
index 813c9bea0..8dacac764 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