diff options
author | 2022-11-30 22:52:09 +0100 | |
---|---|---|
committer | 2022-11-30 22:52:09 +0100 | |
commit | 0cf093bcf8e3de9b8fb37dfa215f595875fa031a (patch) | |
tree | 714c175afdb0be42d80d112d35e394c2fe8bcf30 /test/main.c | |
parent | c70ac3e80e0110731a445ac9ac7f615ef85ab488 (diff) | |
download | utils-0cf093bcf8e3de9b8fb37dfa215f595875fa031a.tar.gz utils-0cf093bcf8e3de9b8fb37dfa215f595875fa031a.zip |
Edit test/Makefile
Diffstat (limited to 'test/main.c')
-rw-r--r-- | test/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main.c b/test/main.c index e1c0c6c..aa4f721 100644 --- a/test/main.c +++ b/test/main.c @@ -20,7 +20,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include "list.h" +#include <list.h> int main(int argc, char** argv) { |