ref: 963783fb08c7d5f93a4aa9759291eec6da28fc59
parent: fcc77109aec85decb2ec7e7c41af203b4ae0f12f
author: mkf <mkf@cloud9p.org>
date: Tue Dec 5 16:37:40 EST 2023
lladd, lldel: add libc.h
--- a/libc/lladd.c
+++ b/libc/lladd.c
@@ -1,6 +1,6 @@
#include <u.h>
+#include <libc.h>
#include <err.h>
-#include <mem.h>
int
lladd(ll_t *last, void *data)
--- a/libc/lldel.c
+++ b/libc/lldel.c
@@ -1,6 +1,7 @@
#include <u.h>
+#include <libc.h>
#include <err.h>
-#include <mem.h>
+
/* deletes the next entry in the list */
int