aboutsummaryrefslogtreecommitdiff
path: root/elf.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf.c')
-rw-r--r--elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf.c b/elf.c
index ff9e26f..7d0fd17 100644
--- a/elf.c
+++ b/elf.c
@@ -12,7 +12,7 @@
#include <string.h>
#include <unistd.h>
-#include "ltrace.h"
+#include "main.h"
#include "elf.h"
#include "debug.h"
#include "options.h"