diff options
author | Patrick <tingping@tingping.se> | 2022-01-06 20:36:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-06 20:36:14 -0600 |
commit | d936b653ac0c6c265f676f5b92a8da2375b59402 (patch) | |
tree | a8374a1c929a26b7b5727d7da1042a2c01efaa06 | |
parent | d889a8e019d29b26813e8ca3bb5989ec1a043a1b (diff) |
Add missing header
https://github.com/hexchat/hexchat/issues/2652#issuecomment-1007015314
-rw-r--r-- | src/fe-gtk/notifications/notification-freedesktop.c | 1 |
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; |