diff options
author | 2023-05-10 12:13:03 +0200 | |
---|---|---|
committer | 2023-05-10 12:13:03 +0200 | |
commit | 753816f04b3aaf8c1f17e688a8dd6ffe71fc9d57 (patch) | |
tree | b9a6e6aa4684b7e5a33976a9e8c921cd7d733dc4 | |
parent | 15601ef4a0a9bda119cabd4414fecc5a24fc6316 (diff) | |
download | utils-753816f04b3aaf8c1f17e688a8dd6ffe71fc9d57.tar.gz utils-753816f04b3aaf8c1f17e688a8dd6ffe71fc9d57.zip |
Change include from list.h to utils.h
-rw-r--r-- | src/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ #include <stdlib.h> #include <string.h> /* memcpy */ -#include "list.h" +#include "utils.h" list_t clist_create() |