summaryrefslogtreecommitdiff
path: root/src/elfxx.h
diff options
context:
space:
mode:
authormostang.com!davidm <mostang.com!davidm>2003-03-19 19:25:18 +0000
committermostang.com!davidm <mostang.com!davidm>2003-03-19 19:25:18 +0000
commit63d7003ef7c8f791d52cd88add0cee0d72cb6a5f (patch)
tree1f68d854ff6332d5420a247310b4e5e1c09a392c /src/elfxx.h
parent47c70d7858d94b18e0828fa1b23e15d0c13ef0da (diff)
downloadlibunwind-63d7003ef7c8f791d52cd88add0cee0d72cb6a5f.tar.gz
Include <sys/stat.h>.
(Logical change 1.63)
Diffstat (limited to 'src/elfxx.h')
-rw-r--r--src/elfxx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elfxx.h b/src/elfxx.h
index 946da215..7ca49594 100644
--- a/src/elfxx.h
+++ b/src/elfxx.h
@@ -28,6 +28,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#include <unistd.h>
#include <sys/mman.h>
+#include <sys/stat.h>
#include "internal.h"