diff options
Diffstat (limited to '')
-rw-r--r-- | src/u_vars.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/u_vars.h b/src/u_vars.h index fbdaffc..27c975f 100644 --- a/src/u_vars.h +++ b/src/u_vars.h @@ -13,6 +13,8 @@ #ifndef U_VARS_H #define U_VARS_H +#include <stddef.h> + #include "s_struct.h" void u_get_custom_var(char str[], |