aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/chat/messenger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chat/messenger.h b/src/chat/messenger.h
index 4cceec7..e655b8c 100644
--- a/src/chat/messenger.h
+++ b/src/chat/messenger.h
@@ -28,7 +28,7 @@
28#include <gnunet/platform.h> 28#include <gnunet/platform.h>
29#include <gnunet/gnunet_chat_lib.h> 29#include <gnunet/gnunet_chat_lib.h>
30#include <gnunet/gnunet_common.h> 30#include <gnunet/gnunet_common.h>
31#include <gnunet/gnunet_program_lib.h> 31#include <gnunet/gnunet_util_lib.h>
32 32
33typedef struct MESSENGER_Application MESSENGER_Application; 33typedef struct MESSENGER_Application MESSENGER_Application;
34 34