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

(-)a/enforcer/src/db/db_backend_mysql.c (+4 lines)
Lines 33-38 Link Here
33
#include "log.h"
33
#include "log.h"
34
34
35
#include <mysql/mysql.h>
35
#include <mysql/mysql.h>
36
#if defined(LIBMYSQL_VERSION_ID) && (LIBMYSQL_VERSION_ID >= 80000)
37
    typedef bool my_bool;
38
#endif
39
36
#include <stdlib.h>
40
#include <stdlib.h>
37
#include <stdio.h>
41
#include <stdio.h>
38
#include <unistd.h>
42
#include <unistd.h>

Return to bug 692906