Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
4f3b6aab
...
4f3b6aab9a6b8b559c759dc46108a336d5441afe
authored
2002-02-04 13:29:17 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Include "../MySql/MySql.h" when necessary.
1 parent
b0636b4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
mail.local/mail.local.h
mail.local/mail.local.h
View file @
4f3b6aa
...
...
@@ -73,6 +73,10 @@
#include <mailutils/mutil.h>
#include <mu_dbm.h>
#ifdef HAVE_MYSQL
# include "../MySql/MySql.h"
#endif
/* Debug */
extern
int
debug_level
;
#define dbg() if (debug_level) debug
...
...
Please
register
or
sign in
to post a comment