summaryrefslogtreecommitdiffstats
path: root/test/libapt/gtest_runner.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/libapt/gtest_runner.cc')
-rw-r--r--test/libapt/gtest_runner.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libapt/gtest_runner.cc b/test/libapt/gtest_runner.cc
index 09fc55d..d0f81e2 100644
--- a/test/libapt/gtest_runner.cc
+++ b/test/libapt/gtest_runner.cc
@@ -5,7 +5,7 @@
#include <apt-pkg/init.h>
#include <apt-pkg/pkgsystem.h>
-#include <gtest/gtest.h>
+#include "common.h"
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);