diff options
Diffstat (limited to 'lib/common_test/include/ct.hrl')
-rw-r--r-- | lib/common_test/include/ct.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/include/ct.hrl b/lib/common_test/include/ct.hrl index ad3b3374c4..663d08e0a7 100644 --- a/lib/common_test/include/ct.hrl +++ b/lib/common_test/include/ct.hrl @@ -17,6 +17,6 @@ %% %CopyrightEnd% %% --include("test_server.hrl"). +-include_lib("test_server/include/test_server.hrl"). -compile({parse_transform,ct_line}). |