[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: includes: try to fix ENABLE_NLS warnings
From: |
gnunet |
Subject: |
[gnunet] branch master updated: includes: try to fix ENABLE_NLS warnings |
Date: |
Fri, 06 Sep 2024 14:17:20 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 0b9f97c89 includes: try to fix ENABLE_NLS warnings
0b9f97c89 is described below
commit 0b9f97c8982aa1214a180da38f53a50d02d471ed
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Sep 6 14:17:16 2024 +0200
includes: try to fix ENABLE_NLS warnings
---
src/include/gnunet_common.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 95f4817fe..3e6b7758a 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -81,7 +81,9 @@
the header file. Because this header file uses gettext, this include
statement makes sure gettext macros are defined even when platform.h is
unavailable. */
+#ifndef _LIBGETTEXT_H
#include "gettext.h"
+#endif
#ifdef __cplusplus
extern "C" {
--
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: includes: try to fix ENABLE_NLS warnings,
gnunet <=