From faca63946cc5f0c36383accb53d55b63b8b34238 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sun, 19 Jan 2025 16:03:21 -0500 Subject: [PATCH] build: Fix make docs. --- src/util.js.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util.js.h b/src/util.js.h index 2d965f44..8a7541b4 100644 --- a/src/util.js.h +++ b/src/util.js.h @@ -10,6 +10,7 @@ #include +/** An event loop. */ typedef struct uv_loop_s uv_loop_t; /**