From 63f11aaec8d21844a07fd27003a992c102a3a297 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 27 Dec 2024 20:05:06 -0800 Subject: make directory structure for client --- include/better_string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/better_string.h') 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 #define DEFAULT_STR_SIZE 10 typedef struct { -- cgit