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 compat.h inclusion


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix compat.h inclusion
Date: Thu, 07 Feb 2019 15:22:09 +0100

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

marcello-stanisci pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 53611d8e9 fix compat.h inclusion
53611d8e9 is described below

commit 53611d8e9082f969245f686bd8942772fcdaffde
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Feb 7 15:21:45 2019 +0100

    fix compat.h inclusion
---
 src/include/Makefile.am | 1 +
 src/include/platform.h  | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 66086ad91..195cac075 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -26,6 +26,7 @@ else
 
 gnunetinclude_HEADERS = \
   platform.h plibc.h $(WINPROC) gettext.h \
+  compat.h \
   gnunet_applications.h \
   gnunet_arm_service.h \
   gnunet_ats_service.h \
diff --git a/src/include/platform.h b/src/include/platform.h
index 6ea70dc6c..1bae7ca44 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -70,8 +70,6 @@
 
 #define VERBOSE_STATS 0
 
-#include "compat.h"
-
 #ifdef CYGWIN
 #include <sys/reent.h>
 #endif
@@ -199,6 +197,7 @@
 #endif
 
 #include "plibc.h"
+#include "compat.h"
 
 #include <locale.h>
 #ifndef FRAMEWORK_BUILD

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



reply via email to

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