aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-12-16 17:16:09 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-12-16 17:16:09 +0100
commit915c44becbc9aa2166e0476c3b47bda3b9d09838 (patch)
tree7d040b52399d6f44e1a8d579f2c85a5e6aa8b64f
parent582e5c3e95e80ea7a1041befacfd8371889a4382 (diff)
downloadmessenger-gtk-915c44becbc9aa2166e0476c3b47bda3b9d09838.tar.gz
messenger-gtk-915c44becbc9aa2166e0476c3b47bda3b9d09838.zip
Fix changes regarding headers
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--src/chat/messenger.h3
-rw-r--r--src/util.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/chat/messenger.h b/src/chat/messenger.h
index e655b8c..3ab1910 100644
--- a/src/chat/messenger.h
+++ b/src/chat/messenger.h
@@ -25,10 +25,7 @@
25#ifndef CHAT_MESSENGER_H_ 25#ifndef CHAT_MESSENGER_H_
26#define CHAT_MESSENGER_H_ 26#define CHAT_MESSENGER_H_
27 27
28#include <gnunet/platform.h>
29#include <gnunet/gnunet_chat_lib.h> 28#include <gnunet/gnunet_chat_lib.h>
30#include <gnunet/gnunet_common.h>
31#include <gnunet/gnunet_util_lib.h>
32 29
33typedef struct MESSENGER_Application MESSENGER_Application; 30typedef struct MESSENGER_Application MESSENGER_Application;
34 31
diff --git a/src/util.h b/src/util.h
index 68920e2..4d8cc1d 100644
--- a/src/util.h
+++ b/src/util.h
@@ -27,4 +27,6 @@
27 27
28#define UNUSED __attribute__((unused)) 28#define UNUSED __attribute__((unused))
29 29
30#define _(String) ((const char*) String)
31
30#endif /* UTIL_H_ */ 32#endif /* UTIL_H_ */