Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
svn path=/trunk/boinc/; revision=11425
  • Loading branch information
davidpanderson committed Oct 31, 2006
1 parent f007ab0 commit ebc6c16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions checkin_notes
Original file line number Diff line number Diff line change
Expand Up @@ -11914,3 +11914,9 @@ David 31 Oct 2006

html/inc/
forum_mysql_dbh.inc

David 31 Oct 2006
- compile fix: include mysql.h, not mysql/mysql.h

db/
db_base.C
2 changes: 1 addition & 1 deletion db/db_base.C
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <cstdio>
#include <cstring>
#include <cstdlib>
#include <mysql/mysql.h>
#include <mysql.h>

#include "error_numbers.h"
#include "util.h"
Expand Down

0 comments on commit ebc6c16

Please sign in to comment.