Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 692562
Collapse All | Expand All

(-)a/generic/mysqltcl.c (+4 lines)
Lines 42-47 Link Here
42
#include <tcl.h>
42
#include <tcl.h>
43
#include <mysql.h>
43
#include <mysql.h>
44
44
45
#if defined(LIBMYSQL_VERSION_ID) && (LIBMYSQL_VERSION_ID >= 80000)
46
        typedef bool my_bool;
47
#endif
48
45
#include <errno.h>
49
#include <errno.h>
46
#include <string.h>
50
#include <string.h>
47
#include <ctype.h>
51
#include <ctype.h>

Return to bug 692562