diff options
Diffstat (limited to 'graphics/ida/files/patch-idaconfig.h')
-rw-r--r-- | graphics/ida/files/patch-idaconfig.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/ida/files/patch-idaconfig.h b/graphics/ida/files/patch-idaconfig.h new file mode 100644 index 000000000000..d91ff27559f6 --- /dev/null +++ b/graphics/ida/files/patch-idaconfig.h @@ -0,0 +1,11 @@ +--- idaconfig.h.orig 2017-08-30 10:48:03 UTC ++++ idaconfig.h +@@ -17,7 +17,7 @@ + + /* -------------------------------------------------------------------------- */ + +-char *ida_lists; ++extern char *ida_lists; + + void ida_init_config(void); + void ida_read_config(void); |