aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/test_conversation_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-05 13:08:47 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-05 13:08:47 +0000
commit45c9ba99503eaf130b3d298062c612e281893d6a (patch)
tree5b993e1fa2719a7f9fae82f29c9ebad4362d0c3b /src/conversation/test_conversation_api.c
parent40713e33b62a2cdfa5a27403c278ff5dffde4832 (diff)
downloadgnunet-45c9ba99503eaf130b3d298062c612e281893d6a.tar.gz
gnunet-45c9ba99503eaf130b3d298062c612e281893d6a.zip
-fixes to build system, integrating conversation in non-experimental builds
Diffstat (limited to 'src/conversation/test_conversation_api.c')
-rw-r--r--src/conversation/test_conversation_api.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/conversation/test_conversation_api.c b/src/conversation/test_conversation_api.c
index e9f829f24..af2ff75e4 100644
--- a/src/conversation/test_conversation_api.c
+++ b/src/conversation/test_conversation_api.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 3 (C) 2013 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -18,11 +18,11 @@
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02111-1307, USA.
19*/ 19*/
20/** 20/**
21 * @file src/test_conversation_api.c 21 * @file conversation/test_conversation_api.c
22 * @brief testcase for conversation_api.c 22 * @brief testcase for conversation_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_conversation_service.h" 26#include "gnunet_conversation_service.h"
27 27
28 28