summaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-06 23:40:26 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-06 23:40:26 +0200
commit224ae3e7ff3e7df6679ea7b9c32141f93d463918 (patch)
tree24fec2a6fff421d419131529664a0a315a729e3d /src/rps
parentff1beaea31cb959b3184289949aff26dbab86513 (diff)
downloadgnunet-224ae3e7ff3e7df6679ea7b9c32141f93d463918.tar.gz
gnunet-224ae3e7ff3e7df6679ea7b9c32141f93d463918.zip
fix includes
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/test_rps_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rps/test_rps_api.c b/src/rps/test_rps_api.c
index b56eaabf2..c0ebac6c4 100644
--- a/src/rps/test_rps_api.c
+++ b/src/rps/test_rps_api.c
@@ -21,8 +21,8 @@
21 * @file rps/test_rps_api.c 21 * @file rps/test_rps_api.c
22 * @brief testcase for rps_api.c 22 * @brief testcase for rps_api.c
23 */ 23 */
24#include <gnunet/platform.h> 24#include "platform.h"
25#include <gnunet/gnunet_util_lib.h> 25#include "gnunet_util_lib.h"
26#include "gnunet_rps_service.h" 26#include "gnunet_rps_service.h"
27 27
28 28