commit 915c44becbc9aa2166e0476c3b47bda3b9d09838
parent 582e5c3e95e80ea7a1041befacfd8371889a4382
Author: TheJackiMonster <thejackimonster@gmail.com>
Date: Fri, 16 Dec 2022 17:16:09 +0100
Fix changes regarding headers
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat:
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/chat/messenger.h b/src/chat/messenger.h
@@ -25,10 +25,7 @@
#ifndef CHAT_MESSENGER_H_
#define CHAT_MESSENGER_H_
-#include <gnunet/platform.h>
#include <gnunet/gnunet_chat_lib.h>
-#include <gnunet/gnunet_common.h>
-#include <gnunet/gnunet_util_lib.h>
typedef struct MESSENGER_Application MESSENGER_Application;
diff --git a/src/util.h b/src/util.h
@@ -27,4 +27,6 @@
#define UNUSED __attribute__((unused))
+#define _(String) ((const char*) String)
+
#endif /* UTIL_H_ */