diff options
Diffstat (limited to 'include/better_string.h')
-rw-r--r-- | include/better_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/better_string.h b/include/better_string.h index 09fd928..a5f9954 100644 --- a/include/better_string.h +++ b/include/better_string.h @@ -1,5 +1,6 @@ #ifndef STRING_H #define STRING_H + #include <stdlib.h> #define DEFAULT_STR_SIZE 10 typedef struct { |