fix automation
Some checks failed
Test and Deploy / test (push) Failing after 14s
Test and Deploy / docs (push) Has been skipped

This commit is contained in:
2024-07-09 13:54:03 -07:00
parent 0ac251279a
commit 8cef672079
2 changed files with 7 additions and 3 deletions

View File

@ -15,10 +15,10 @@
#include "lfstring.h"
#include "lfcrypto.h"
#include "lfparsing.h"
#include "lfinput.h"
#if defined(__APPLE__) || defined(__MACH__)
#include "lfmacos.h"
#include "lfinput.h"
#endif /* defined(__APPLE__) || defined(__MACH__) */
void print_ll(List *list) {