Include "../MySql/MySql.h" when necessary.
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -73,6 +73,10 @@ | ... | @@ -73,6 +73,10 @@ |
73 | #include <mailutils/mutil.h> | 73 | #include <mailutils/mutil.h> |
74 | #include <mu_dbm.h> | 74 | #include <mu_dbm.h> |
75 | 75 | ||
76 | #ifdef HAVE_MYSQL | ||
77 | # include "../MySql/MySql.h" | ||
78 | #endif | ||
79 | |||
76 | /* Debug */ | 80 | /* Debug */ |
77 | extern int debug_level; | 81 | extern int debug_level; |
78 | #define dbg() if (debug_level) debug | 82 | #define dbg() if (debug_level) debug | ... | ... |
-
Please register or sign in to post a comment