commit | 513258cf3063bcdfbd4a7aeb3c9fe3b8484ccdf5 | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Sat Dec 08 03:47:02 2012 +0100 |
committer | Petr Machata <pmachata@redhat.com> | Mon Dec 10 11:48:59 2012 +0100 |
tree | 4ce433d31744dfc41b959f72f0aa099ee7febb87 | |
parent | 7c4651c57845b3969dd9d73086e9e7aa011dd3f2 [diff] [blame] |
rindex is defined in strings.h
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"