summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorPatrick <tingping@tingping.se>2022-01-06 20:36:14 -0600
committerGitHub <noreply@github.com>2022-01-06 20:36:14 -0600
commitd936b653ac0c6c265f676f5b92a8da2375b59402 (patch)
treea8374a1c929a26b7b5727d7da1042a2c01efaa06 /src
parentd889a8e019d29b26813e8ca3bb5989ec1a043a1b (diff)
Add missing header
https://github.com/hexchat/hexchat/issues/2652#issuecomment-1007015314
Diffstat (limited to 'src')
-rw-r--r--src/fe-gtk/notifications/notification-freedesktop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-gtk/notifications/notification-freedesktop.c b/src/fe-gtk/notifications/notification-freedesktop.c
index 80ae0e1d..a23284e5 100644
--- a/src/fe-gtk/notifications/notification-freedesktop.c
+++ b/src/fe-gtk/notifications/notification-freedesktop.c
@@ -18,6 +18,7 @@
 
 #include "config.h"
 
+#include <string.h>
 #include <gio/gio.h>
 
 static GDBusProxy *fdo_notifications;