gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: add macro to check 0-termin


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: add macro to check 0-terminated string messages, and fix FTBFS
Date: Thu, 29 Nov 2018 22:09:16 +0100

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 f8bccfbb6 add macro to check 0-terminated string messages, and fix 
FTBFS
f8bccfbb6 is described below

commit f8bccfbb602bdbed4bcc00fd3c6c3a00add82416
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Nov 29 22:09:13 2018 +0100

    add macro to check 0-terminated string messages, and fix FTBFS
---
 src/include/gnunet_transport_communication_service.h | 1 +
 src/transport/gnunet-communicator-unix.c             | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/include/gnunet_transport_communication_service.h 
b/src/include/gnunet_transport_communication_service.h
index 8a0f0fcd5..f81ee6d9a 100644
--- a/src/include/gnunet_transport_communication_service.h
+++ b/src/include/gnunet_transport_communication_service.h
@@ -42,6 +42,7 @@ extern "C"
 #endif
 
 #include "gnunet_util_lib.h"
+#include "gnunet_nt_lib.h"
 
 /**
  * Version number of the transport communication API.
diff --git a/src/transport/gnunet-communicator-unix.c 
b/src/transport/gnunet-communicator-unix.c
index 552b032dd..e8a1cf0b2 100644
--- a/src/transport/gnunet-communicator-unix.c
+++ b/src/transport/gnunet-communicator-unix.c
@@ -27,6 +27,7 @@
 #include "platform.h"
 #include "gnunet_util_lib.h"
 #include "gnunet_protocols.h"
+#include "gnunet_constants.h"
 #include "gnunet_nt_lib.h"
 #include "gnunet_statistics_service.h"
 #include "gnunet_transport_communication_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]