diff options
| -rw-r--r-- | clib/cstring.h (renamed from c_string.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c_string.h b/clib/cstring.h index b659066d..2e5de366 100644 --- a/c_string.h +++ b/clib/cstring.h @@ -28,7 +28,7 @@ #include <string.h>
#include <stdint.h>
-#include "c_defs.h"
+#include "cdefs.h"
typedef struct CString {
char* str;
|
