From ee92619d4974bd0b290857941759d83539a38433 Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 20 Feb 2023 03:36:44 -0600 Subject: add netwmicon patch --- st.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'st.h') diff --git a/st.h b/st.h index ec0dc6d..c8dc0f9 100644 --- a/st.h +++ b/st.h @@ -3,6 +3,8 @@ #include #include +#include + /* macros */ #define MIN(a, b) ((a) < (b) ? (a) : (b)) #define MAX(a, b) ((a) < (b) ? (b) : (a)) -- cgit v1.2.3