define GEANY_PRIVATE to try to get access to geany internals (no idea if this will work but it gets rid of implicit declaration warnings at least)

This commit is contained in:
Adrian Kuschelyagi Malacoda 2019-06-22 16:39:02 -05:00
parent e1099ef9fc
commit d79c8c0838

View File

@ -1,8 +1,11 @@
#define GEANY_PRIVATE 1
#include <geanyplugin.h> #include <geanyplugin.h>
#include <gdk/gdkkeysyms.h> #include <gdk/gdkkeysyms.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
//#include "privates.h"
#include "panel.c" #include "panel.c"
#include "table.c" #include "table.c"
#include "tool.c" #include "tool.c"