summaryrefslogtreecommitdiffstats
path: root/src/strip.c
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2010-01-15 01:02:27 -0800
committerRoland McGrath <[email protected]>2010-01-15 01:02:27 -0800
commitb337b1fd5f3b3410fe522a690ccee70bce8519ee (patch)
treebbcd7b587b878bd50382308ea621da58582e9cc7 /src/strip.c
parent5f2116092632c8d600e2d7d87fc919aed37a1c04 (diff)
Fix sloppy #include use, breaks with latest glibc.
Diffstat (limited to 'src/strip.c')
-rw-r--r--src/strip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/strip.c b/src/strip.c
index 32cf0d70..7b2b889a 100644
--- a/src/strip.c
+++ b/src/strip.c
@@ -1,5 +1,5 @@
/* Discard section not used at runtime from object files.
- Copyright (C) 2000-2008, 2009 Red Hat, Inc.
+ Copyright (C) 2000-2010 Red Hat, Inc.
This file is part of Red Hat elfutils.
Written by Ulrich Drepper <[email protected]>, 2000.
@@ -46,6 +46,7 @@
#include <string.h>
#include <unistd.h>
#include <sys/param.h>
+#include <sys/stat.h>
#include <sys/time.h>
#include <elf-knowledge.h>