aboutsummaryrefslogtreecommitdiffstats
path: root/st.h
diff options
context:
space:
mode:
authorNikita Langer <nikitalanger@icloud.com>2026-05-31 17:19:47 +0200
committerNikita Langer <nikitalanger@icloud.com>2026-05-31 17:19:47 +0200
commit20f4bc6b928562d5007d856e53005c533c5004d0 (patch)
tree6685e7edc590bbb4c35d42fe90b775e2c275821f /st.h
parent38e040411a0a7a4a6f3e2217823f56e10c504abe (diff)
downloadst-20f4bc6b928562d5007d856e53005c533c5004d0.tar.gz
st-20f4bc6b928562d5007d856e53005c533c5004d0.tar.bz2
st-20f4bc6b928562d5007d856e53005c533c5004d0.tar.xz
st-20f4bc6b928562d5007d856e53005c533c5004d0.zip
Diffstat (limited to 'st.h')
-rw-r--r--st.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/st.h b/st.h
index f3fc56b..22af0f8 100644
--- a/st.h
+++ b/st.h
@@ -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))