aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_network_lib.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-01 18:32:23 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-01 18:32:23 +0900
commitde5949640a54fde50e9934fe8693159ae05f1541 (patch)
tree285e0400ec393b4b814449ff0c2a01300bda9a11 /src/include/gnunet_network_lib.h
parenta25fa8cf399e0257a71a7c854fe9055ed0c58ab6 (diff)
downloadgnunet-de5949640a54fde50e9934fe8693159ae05f1541.tar.gz
gnunet-de5949640a54fde50e9934fe8693159ae05f1541.zip
BUILD: Improve platform-specific includes
This change allows third party programs to use gnunet either with the platform header from the sources used to build to gnunet, or use their own platform header by defining GNUNET_CUSTOM_PLATFORM_H which will be included in its stead. This also means that programs no longer must include "platform.h" (or similar) manually. The change (should be) backwards compatible to some degree. Fixes #4615
Diffstat (limited to 'src/include/gnunet_network_lib.h')
-rw-r--r--src/include/gnunet_network_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_network_lib.h b/src/include/gnunet_network_lib.h
index 1e8b7e851..9d240151b 100644
--- a/src/include/gnunet_network_lib.h
+++ b/src/include/gnunet_network_lib.h
@@ -52,6 +52,7 @@ extern "C"
52 * Include "sys/select.h" because it is required to use 52 * Include "sys/select.h" because it is required to use
53 * "fd_set" in "struct GNUNET_NETWORK_FDSet"! 53 * "fd_set" in "struct GNUNET_NETWORK_FDSet"!
54 */ 54 */
55#include "gnunet_platform.h"
55#include <sys/select.h> 56#include <sys/select.h>
56//#endif 57//#endif
57#ifdef HAVE_SYS_SOCKET_H 58#ifdef HAVE_SYS_SOCKET_H