diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2024-02-10 19:43:33 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2024-02-10 19:43:45 +0100 |
commit | 1c1c1f8836afbe41d553a2aeda660d033c889f5f (patch) | |
tree | b334005fea2f0eed7432f0b9bbf19110721487a3 | |
parent | aaf07c7eaf41b9e258b6dfcd8a9181e0521fd433 (diff) | |
download | gnunet-1c1c1f8836afbe41d553a2aeda660d033c889f5f.tar.gz gnunet-1c1c1f8836afbe41d553a2aeda660d033c889f5f.zip |
-bump
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | src/lib/util/gnunet_error_codes.c | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index cae849b1d..e8513fa22 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,9 @@ | |||
1 | gnunet (0.21.0-3) unstable; urgency=low | ||
2 | |||
3 | * Package for GNU Taler v0.9.4. | ||
4 | |||
5 | -- Christian Grothoff <grothoff@gnu.org> Sat, 10 Feb 2024 03:50:12 +0200 | ||
6 | |||
1 | gnunet (0.21.0-2) unstable; urgency=low | 7 | gnunet (0.21.0-2) unstable; urgency=low |
2 | 8 | ||
3 | * meson build fix for libgnuneutil. | 9 | * meson build fix for libgnuneutil. |
diff --git a/src/lib/util/gnunet_error_codes.c b/src/lib/util/gnunet_error_codes.c index c286f2e52..11ce2d0c8 100644 --- a/src/lib/util/gnunet_error_codes.c +++ b/src/lib/util/gnunet_error_codes.c | |||
@@ -17,7 +17,6 @@ | |||
17 | 17 | ||
18 | SPDX-License-Identifier: AGPL3.0-or-later | 18 | SPDX-License-Identifier: AGPL3.0-or-later |
19 | */ | 19 | */ |
20 | #include "platform.h" | ||
21 | #include "gnunet_error_codes.h" | 20 | #include "gnunet_error_codes.h" |
22 | #include <stddef.h> | 21 | #include <stddef.h> |
23 | #include <microhttpd.h> | 22 | #include <microhttpd.h> |