Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 24 lines 565 B view raw
1From 95c90f302c384f410dc92e64468ac7061b57fe2d Mon Sep 17 00:00:00 2001 2From: Michael Hoang <enzime@users.noreply.github.com> 3Date: Fri, 13 Jul 2018 19:03:09 +1000 4Subject: [PATCH] Add errno.h header which isn't always included automatically. 5 6--- 7 termite.cc | 1 + 8 1 file changed, 1 insertion(+) 9 10diff --git a/termite.cc b/termite.cc 11index 160fe82..13e2572 100644 12--- a/termite.cc 13+++ b/termite.cc 14@@ -21,6 +21,7 @@ 15 #include <cstdlib> 16 #include <cstring> 17 #include <cmath> 18+#include <errno.h> 19 #include <functional> 20 #include <limits> 21 #include <map> 22-- 232.17.1 24