diff options
| author | Tyge Løvset <[email protected]> | 2020-10-08 14:29:36 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2020-10-08 14:29:36 +0200 |
| commit | b68672ec603ade58fc880c7a95ad854de040ad3e (patch) | |
| tree | bf3d7bb4f94a3f3ac19b39506b6cd09b49d8c5e2 /stc/cstr.h | |
| parent | ab81979f713c71ec164f6bce033038ba09e1e829 (diff) | |
| download | STC-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;
|
