commit 52d43e93c883d8f0a488fd6a5c182f304ad89538
parent f05de96679402d87a2c527fa7a1d776bb0599d67
Author: Nihal Jere <nihal@nihaljere.xyz>
Date: Tue, 12 Oct 2021 13:40:27 -0500
npm-agent: fix includes
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/npm-agent.c b/npm-agent.c
@@ -10,6 +10,7 @@
#include <errno.h>
#include <limits.h>
#include <poll.h>
+#include <signal.h>
#include <stdint.h>
#include <stdbool.h>
#include <stdio.h>
@@ -20,7 +21,6 @@
#include <sys/un.h>
#include <sys/wait.h>
#include <unistd.h>
-#include <errno.h>
#include "common.h"