From 07ef834a1e9c5f69e5f2cb51f3b61dfa7941ae9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 29 Oct 2020 03:23:32 +0100 Subject: Include a header required for kill() Yet, this program remains fairly unportable. --- sdn.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sdn.cpp b/sdn.cpp index 336e2e2..30cdb83 100644 --- a/sdn.cpp +++ b/sdn.cpp @@ -42,6 +42,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3