Browse Source

fix includes

Christian Grothoff 5 years ago
parent
commit
224ae3e7ff
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/rps/test_rps_api.c

+ 2 - 2
src/rps/test_rps_api.c

@@ -21,8 +21,8 @@
  * @file rps/test_rps_api.c
  * @brief testcase for rps_api.c
  */
-#include <gnunet/platform.h>
-#include <gnunet/gnunet_util_lib.h>
+#include "platform.h"
+#include "gnunet_util_lib.h"
 #include "gnunet_rps_service.h"