Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore.gatta@kyndryl.com>2021-10-27 01:36:47 +0300
committerAntenore Gatta <antenore.gatta@kyndryl.com>2021-10-27 01:36:47 +0300
commit22afd07de7055b32742dff6c5a36ff45ad29adb2 (patch)
tree66b18dae8dbce10306ca4dd0054c45f9f950cf6d /src/remmina_log.h
parent31453942043b12c6bb13016f8571ef4c0b6a4880 (diff)
Move last_success to state file
This is a huge refactoring of the Remmina File interface. In particular this patch move the last_success to the Remmina state file. See issue #2271 and #1991
Diffstat (limited to 'src/remmina_log.h')
-rw-r--r--src/remmina_log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remmina_log.h b/src/remmina_log.h
index c7b86d5e0..65f50bf4a 100644
--- a/src/remmina_log.h
+++ b/src/remmina_log.h
@@ -36,6 +36,7 @@
#pragma once
#include <stdarg.h>
+#include <glib.h>
G_BEGIN_DECLS