diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-11-05 19:45:08 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-11-05 19:45:08 (GMT) |
commit | c35d5d4ce62b812ec0aa4a5ebbacb84cd0901d53 (patch) | |
tree | ca0262ce4f0a24bdfbc1b9a4ffa1bbb202d47820 /src/dialogs | |
parent | f5df6496fa50927d3d274c939a888afde652b7ad (diff) |
Removed the old interface for rendering lines.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@278 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/dialogs')
-rw-r--r-- | src/dialogs/add_shellcode.c | 2 | ||||
-rw-r--r-- | src/dialogs/export.h | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/dialogs/add_shellcode.c b/src/dialogs/add_shellcode.c index 65e081b..ab59b36 100644 --- a/src/dialogs/add_shellcode.c +++ b/src/dialogs/add_shellcode.c @@ -35,7 +35,7 @@ -#include "../analysis/binary.h" // A garder ? +#include "../analysis/roptions.h" // A garder ? #ifndef _ diff --git a/src/dialogs/export.h b/src/dialogs/export.h index 3274b12..fc7e1bd 100644 --- a/src/dialogs/export.h +++ b/src/dialogs/export.h @@ -25,6 +25,9 @@ #define _DIALOGS_EXPORT_H +#include <gtk/gtkwindow.h> + + #include "../analysis/binary.h" |