aboutsummaryrefslogtreecommitdiff
path: root/tests/test-x2go-wrapper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-x2go-wrapper.cc')
-rw-r--r--tests/test-x2go-wrapper.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-x2go-wrapper.cc b/tests/test-x2go-wrapper.cc
index a792d3e..f514f0f 100644
--- a/tests/test-x2go-wrapper.cc
+++ b/tests/test-x2go-wrapper.cc
@@ -13,10 +13,11 @@ extern "C" {
#include "mock_pam.h"
#include "mock_guest.h"
+#include "pam-x2go-private.h"
int x2goclient_wrapper (int argc, char * argv[]);
-const char * auth_check_path = AUTH_CHECK;
+ const char * auth_check_path = AUTH_CHECK;
}