diff options
| author | Tyge Løvset <[email protected]> | 2020-03-12 13:36:54 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-12 13:36:54 +0100 |
| commit | c845911df699b9ca6cf4833ed1a9f0e9308d0d63 (patch) | |
| tree | 620ce36cf727d885332df28ee55b5c256b39cfaa | |
| parent | 44f156282821e5265f289bc552310dc92f9f293d (diff) | |
| download | STC-modified-c845911df699b9ca6cf4833ed1a9f0e9308d0d63.tar.gz STC-modified-c845911df699b9ca6cf4833ed1a9f0e9308d0d63.zip | |
Update and rename c_vector.h to clib/cvector.h
| -rw-r--r-- | clib/cvector.h (renamed from c_vector.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c_vector.h b/clib/cvector.h index ff70483f..15c58d27 100644 --- a/c_vector.h +++ b/clib/cvector.h @@ -25,7 +25,7 @@ #include <malloc.h>
#include <string.h>
-#include "c_defs.h"
+#include "cdefs.h"
#define cvector_initializer {NULL}
|
