summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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}