Skip to content

Commit 39bd01d

Browse files
committed
correct odb backend include
1 parent 45dd8f9 commit 39bd01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql/mysql.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <assert.h>
2727
#include <string.h>
2828
#include <git2.h>
29-
#include <git2/odb_backend.h>
29+
#include <git2/sys/odb_backend.h>
3030

3131
/* MySQL C Api docs:
3232
* http://dev.mysql.com/doc/refman/5.1/en/c-api-function-overview.html

0 commit comments

Comments
 (0)