Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
25 lines
565 B
Diff
25 lines
565 B
Diff
From 95c90f302c384f410dc92e64468ac7061b57fe2d Mon Sep 17 00:00:00 2001
|
|
From: Michael Hoang <enzime@users.noreply.github.com>
|
|
Date: Fri, 13 Jul 2018 19:03:09 +1000
|
|
Subject: [PATCH] Add errno.h header which isn't always included automatically.
|
|
|
|
---
|
|
termite.cc | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/termite.cc b/termite.cc
|
|
index 160fe82..13e2572 100644
|
|
--- a/termite.cc
|
|
+++ b/termite.cc
|
|
@@ -21,6 +21,7 @@
|
|
#include <cstdlib>
|
|
#include <cstring>
|
|
#include <cmath>
|
|
+#include <errno.h>
|
|
#include <functional>
|
|
#include <limits>
|
|
#include <map>
|
|
--
|
|
2.17.1
|
|
|