enhance(API): Add multi-threaded call
[ric-plt/lib/rmr.git] / test / symtab_test.c
index f39085c..b755e9c 100644 (file)
@@ -29,8 +29,8 @@
 
 #define NO_DUMMY_RMR 1                 // no dummy rmr functions; we don't pull in rmr.h or agnostic.h
 
-#include "../src/common/include/rmr_symtab.h"
-#include "../src/common/src/symtab.c"
+#include "rmr_symtab.h"
+#include "symtab.c"
 
 #include "test_support.c"