summaryrefslogtreecommitdiffhomepage
path: root/stc/cstr.h
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-10-08 14:29:36 +0200
committerTyge Løvset <[email protected]>2020-10-08 14:29:36 +0200
commitb68672ec603ade58fc880c7a95ad854de040ad3e (patch)
treebf3d7bb4f94a3f3ac19b39506b6cd09b49d8c5e2 /stc/cstr.h
parentab81979f713c71ec164f6bce033038ba09e1e829 (diff)
downloadSTC-modified-b68672ec603ade58fc880c7a95ad854de040ad3e.tar.gz
STC-modified-b68672ec603ade58fc880c7a95ad854de040ad3e.zip
Renamed cdefs.h to ccommon.h
Diffstat (limited to 'stc/cstr.h')
-rw-r--r--stc/cstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stc/cstr.h b/stc/cstr.h
index 41d479e9..b227e55f 100644
--- a/stc/cstr.h
+++ b/stc/cstr.h
@@ -27,7 +27,7 @@
#include <string.h>
#include <stdarg.h>
#include <stdio.h> /* vsnprintf */
-#include "cdefs.h"
+#include "ccommon.h"
typedef struct cstr { char* str; } cstr_t;
typedef struct { char *val; } cstr_iter_t;