[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: -add stdbool.h as header required for mu
From: |
gnunet |
Subject: |
[gnunet] branch master updated: -add stdbool.h as header required for multiple public functions |
Date: |
Fri, 16 Dec 2022 17:09:51 +0100 |
This is an automated email from the git hooks/post-receive script.
thejackimonster pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 1557a7329 -add stdbool.h as header required for multiple public
functions
1557a7329 is described below
commit 1557a73295e29a74d4b2bb66775a4b367184a69b
Author: TheJackiMonster <thejackimonster@gmail.com>
AuthorDate: Fri Dec 16 17:08:10 2022 +0100
-add stdbool.h as header required for multiple public functions
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
---
src/include/gnunet_common.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 @@
/*
This file is part of GNUnet.
- Copyright (C) 2006-2021 GNUnet e.V.
+ Copyright (C) 2006-2022 GNUnet e.V.
GNUnet is free software: you can redistribute it and/or modify it
under the terms of the GNU Affero General Public License as published
@@ -42,6 +42,7 @@
#include "gnunet_config.h"
+#include <stdbool.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <sys/un.h>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: -add stdbool.h as header required for multiple public functions,
gnunet <=