X-Git-Url: https://git.danieliu.xyz/?p=st.git;a=blobdiff_plain;f=st.h;h=dac64d840e092e3b197a41e452931626da6c98e3;hp=1015fc6bdd0d1505288651e433db96c5ad21445b;hb=403c57ebb5b3745ff93e49b87e526c49dc59a5b9;hpb=e0215d53770a9b6bc6e5d7b9a603ecd34dbd7100 diff --git a/st.h b/st.h index 1015fc6..dac64d8 100644 --- a/st.h +++ b/st.h @@ -1,5 +1,8 @@ /* See LICENSE for license details. */ +#include +#include + /* macros */ #define MIN(a, b) ((a) < (b) ? (a) : (b)) #define MAX(a, b) ((a) < (b) ? (b) : (a))