]> git.armaanb.net Git - st.git/blobdiff - st.h
bump version to 0.8.2
[st.git] / st.h
diff --git a/st.h b/st.h
index 1015fc6bdd0d1505288651e433db96c5ad21445b..38c61c4d23811252d06e3c3e9aa7a65879fbad0c 100644 (file)
--- a/st.h
+++ b/st.h
@@ -1,5 +1,8 @@
 /* See LICENSE for license details. */
 
+#include <stdint.h>
+#include <sys/types.h>
+
 /* macros */
 #define MIN(a, b)              ((a) < (b) ? (a) : (b))
 #define MAX(a, b)              ((a) < (b) ? (b) : (a))
@@ -77,7 +80,6 @@ void die(const char *, ...);
 void redraw(void);
 void draw(void);
 
-void iso14755(const Arg *);
 void printscreen(const Arg *);
 void printsel(const Arg *);
 void sendbreak(const Arg *);