diff options
author | zachir <zachir@librem.one> | 2023-02-20 03:36:44 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-20 03:36:44 -0600 |
commit | ee92619d4974bd0b290857941759d83539a38433 (patch) | |
tree | 4aa67ff61bae1f83a5756e5e218afcc8673c0ddf /st.h | |
parent | 2f61d0c62db903f0f6836ed3e5c80f9ee93b6971 (diff) |
add netwmicon patch
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ #include <stdint.h> #include <sys/types.h> +#include <gd.h> + /* macros */ #define MIN(a, b) ((a) < (b) ? (a) : (b)) #define MAX(a, b) ((a) < (b) ? (b) : (a)) |