summaryrefslogtreecommitdiff
path: root/test/persistence_client_library_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/persistence_client_library_test.c')
-rw-r--r--test/persistence_client_library_test.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/persistence_client_library_test.c b/test/persistence_client_library_test.c
index 3315a25..9de9148 100644
--- a/test/persistence_client_library_test.c
+++ b/test/persistence_client_library_test.c
@@ -30,9 +30,8 @@
#include "../include/persistence_client_library_file.h"
#include "../include/persistence_client_library_error_def.h"
-// internal header, should normally not included in any application
-// only for testing the cursor functionality
-#include "../src/persistence_client_library_data_access.h"
+// protected header, should be used only be persistence components
+#include "../include_protected/persistence_client_library_data_access.h"
#define BUF_SIZE 64