diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-12-29 16:32:13 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-12-29 16:32:13 +0000 |
commit | cbc9981ef6227f5d733d27534861d759faf08340 (patch) | |
tree | 49495635d5ec097bb1d56db326ac53461d0af509 | |
parent | Use installed icetray (diff) | |
download | gentoobrowse-api-cbc9981ef6227f5d733d27534861d759faf08340.tar.bz2 gentoobrowse-api-cbc9981ef6227f5d733d27534861d759faf08340.tar.xz gentoobrowse-api-cbc9981ef6227f5d733d27534861d759faf08340.zip |
Compatibility with libdbpp-*-1
-rw-r--r-- | gentoobrowse-api/unittests/mockDefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse-api/unittests/mockDefs.h b/gentoobrowse-api/unittests/mockDefs.h index 8b4d642..8580fed 100644 --- a/gentoobrowse-api/unittests/mockDefs.h +++ b/gentoobrowse-api/unittests/mockDefs.h @@ -1,7 +1,7 @@ #ifndef MOCKDEFS_H #define MOCKDEFS_H -#include <mock.h> +#include <pq-mock.h> #include <visibility.h> #include <dryice.h> #include <portage.h> |