From 15f3d7819b7335347ef5c9b710ad6a7dff0c10ab Mon Sep 17 00:00:00 2001 From: terror Date: Wed, 12 Jun 2024 19:10:20 +1200 Subject: [PATCH] Correct time.h location --- tool/net/lfuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/net/lfuncs.c b/tool/net/lfuncs.c index a76cf8b18..6de78187d 100644 --- a/tool/net/lfuncs.c +++ b/tool/net/lfuncs.c @@ -52,7 +52,7 @@ #include "libc/sysv/consts/rusage.h" #include "libc/sysv/consts/sock.h" #include "libc/thread/thread.h" -#include "libc/time.h" +#include "libc/time/time.h" #include "libc/x/x.h" #include "net/http/escape.h" #include "net/http/http.h"