summaryrefslogtreecommitdiff
path: root/src/format/elf/elf.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-09-13 23:11:24 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-09-13 23:11:24 (GMT)
commit1c4da24a1d4b96d58fee08e2be21198b22e7eef6 (patch)
treea0723bd1948395413fa5a7a37a9405567e32c015 /src/format/elf/elf.c
parent18134387d5cb025703af8e1d07e0152784e31efc (diff)
Improved the editor window refreshing when several binaries are loaded.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@114 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/format/elf/elf.c')
-rw-r--r--src/format/elf/elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/elf/elf.c b/src/format/elf/elf.c
index d24a89e..e2bf37a 100644
--- a/src/format/elf/elf.c
+++ b/src/format/elf/elf.c
@@ -32,7 +32,7 @@
#include "section.h"
#include "strings.h"
#include "symbols.h"
-#include "../../panel/log.h"
+#include "../../panels/log.h"