gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: fix includes


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix includes
Date: Sat, 06 Apr 2019 23:40:28 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 224ae3e7f fix includes
224ae3e7f is described below

commit 224ae3e7ff3e7df6679ea7b9c32141f93d463918
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Apr 6 23:40:26 2019 +0200

    fix includes
---
 src/rps/test_rps_api.c | 4 ++--
 1 file 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 @@
  * @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"
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]