fix in logic

This commit is contained in:
p.kosyh 2010-06-02 12:43:28 +00:00
parent e7f451da17
commit 7a1deea84a

View file

@ -1,6 +1,10 @@
#include "externals.h"
#include "internals.h"
#ifdef _USE_GTK
#include <gtk/gtk.h>
#endif
extern int debug_init(void);
extern void debug_done(void);