diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-12-30 06:36:42 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-12-30 06:36:42 +0000 |
commit | 60474ad02b26564bb1f334be5af38b02f12eb9ba (patch) | |
tree | af82797d8dacea1239605b4caf4d7c1b3d4ee846 | |
parent | Remove drop table if exists and auto increment values (diff) | |
download | mythfs-60474ad02b26564bb1f334be5af38b02f12eb9ba.tar.bz2 mythfs-60474ad02b26564bb1f334be5af38b02f12eb9ba.tar.xz mythfs-60474ad02b26564bb1f334be5af38b02f12eb9ba.zip |
Compatibility with libdbpp-*-1
-rw-r--r-- | mythfs/unittests/mockDefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mythfs/unittests/mockDefs.h b/mythfs/unittests/mockDefs.h index 6619068..0b6248c 100644 --- a/mythfs/unittests/mockDefs.h +++ b/mythfs/unittests/mockDefs.h @@ -1,7 +1,7 @@ #ifndef MOCKDEFS_H #define MOCKDEFS_H -#include <mock.h> +#include <my-mock.h> #include <visibility.h> #include <dryice.h> #include <service.h> |