aboutsummaryrefslogtreecommitdiff
path: root/ltrace-elf.c
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-12-08 03:47:02 +0100
committerPetr Machata <pmachata@redhat.com>2012-12-10 11:48:59 +0100
commit513258cf3063bcdfbd4a7aeb3c9fe3b8484ccdf5 (patch)
tree4ce433d31744dfc41b959f72f0aa099ee7febb87 /ltrace-elf.c
parent7c4651c57845b3969dd9d73086e9e7aa011dd3f2 (diff)
downloadltrace-513258cf3063bcdfbd4a7aeb3c9fe3b8484ccdf5.tar.gz
rindex is defined in strings.h
Diffstat (limited to 'ltrace-elf.c')
-rw-r--r--ltrace-elf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ltrace-elf.c b/ltrace-elf.c
index c571d2a..f4f4375 100644
--- a/ltrace-elf.c
+++ b/ltrace-elf.c
@@ -40,6 +40,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#include <unistd.h>
#include "backend.h"