aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chats.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2023-02-03 22:41:37 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2023-02-03 22:41:37 +0100
commita7cae3bf498397d1514aeeb6c3d0d48037385132 (patch)
treefce03a39658c4250d5c162492724fbf12fb78867 /src/ui/chats.h
parent9aff43ff3b692f9fd15ae1f29e6522b5a4ee7642 (diff)
downloadmessenger-cli-a7cae3bf498397d1514aeeb6c3d0d48037385132.tar.gz
messenger-cli-a7cae3bf498397d1514aeeb6c3d0d48037385132.zip
Use meson as build system
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/ui/chats.h')
-rw-r--r--src/ui/chats.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/chats.h b/src/ui/chats.h
index 7ab64d5..eb0ba99 100644
--- a/src/ui/chats.h
+++ b/src/ui/chats.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2022 GNUnet e.V. 3 Copyright (C) 2022--2023 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
@@ -28,7 +28,6 @@
28#include <stdlib.h> 28#include <stdlib.h>
29#include <curses.h> 29#include <curses.h>
30 30
31#include <gnunet/platform.h>
32#include <gnunet/gnunet_chat_lib.h> 31#include <gnunet/gnunet_chat_lib.h>
33#include <gnunet/gnunet_util_lib.h> 32#include <gnunet/gnunet_util_lib.h>
34 33