aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-12-16 17:08:10 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-12-16 17:08:10 +0100
commit1557a73295e29a74d4b2bb66775a4b367184a69b (patch)
treef2416ddc64ac79526aa8b7371e26c378846cf76e /src/include/gnunet_common.h
parent1eb91bd09a6181e0c22f1d27da964ccde7fbf214 (diff)
downloadgnunet-1557a73295e29a74d4b2bb66775a4b367184a69b.tar.gz
gnunet-1557a73295e29a74d4b2bb66775a4b367184a69b.zip
-add stdbool.h as header required for multiple public functions
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 07a847814..ac472d166 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2006-2021 GNUnet e.V. 3 Copyright (C) 2006-2022 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
@@ -42,6 +42,7 @@
42 42
43#include "gnunet_config.h" 43#include "gnunet_config.h"
44 44
45#include <stdbool.h>
45#include <stdlib.h> 46#include <stdlib.h>
46#include <sys/socket.h> 47#include <sys/socket.h>
47#include <sys/un.h> 48#include <sys/un.h>