Skip to content

Commit 36d310d

Browse files
authored
Merge pull request #285 from sy-c/master
fix for mac build
2 parents d01ef2d + e539915 commit 36d310d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReadoutDatabase.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "ReadoutDatabase.h"
22
#include <mysql.h>
3-
#include <mysql/errmsg.h>
3+
#include <errmsg.h> // from mysql
44
#include <string.h>
55
#include <stdlib.h>
66
#include <stdarg.h>

0 commit comments

Comments
 (0)