commit | ba1664b062414481d0f37d06bb01a19874c8d481 | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Sat Apr 28 14:59:05 2012 +0200 |
committer | Petr Machata <pmachata@redhat.com> | Wed Aug 29 19:02:08 2012 +0200 |
tree | ee8c58cf94bad219f290c3eec6b4e9f3c4c4902c | |
parent | c70b19501f800cb911ac906c7fb153c4a37f5f57 [diff] [blame] |
Fix compilation
diff --git a/ltrace-elf.c b/ltrace-elf.c index 7c62185..9b6cf6b 100644 --- a/ltrace-elf.c +++ b/ltrace-elf.c
@@ -42,10 +42,13 @@ #include <string.h> #include <unistd.h> -#include "proc.h" -#include "library.h" -#include "filter.h" #include "backend.h" +#include "filter.h" +#include "library.h" +#include "ltrace-elf.h" +#include "proc.h" +#include "debug.h" +#include "options.h" #ifdef PLT_REINITALISATION_BP extern char *PLTs_initialized_by_here;