thunderbird*: 128.5.*esr -> 128.5.2esr (#364288)
[NixPkgs.git] / pkgs / applications / terminal-emulators / termite / add_errno_header.patch
blob81283f86a21db0f5c53b09af36f5c8bf5b394220
1 From 95c90f302c384f410dc92e64468ac7061b57fe2d Mon Sep 17 00:00:00 2001
2 From: Michael Hoang <enzime@users.noreply.github.com>
3 Date: Fri, 13 Jul 2018 19:03:09 +1000
4 Subject: [PATCH] Add errno.h header which isn't always included automatically.
6 ---
7 termite.cc | 1 +
8 1 file changed, 1 insertion(+)
10 diff --git a/termite.cc b/termite.cc
11 index 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 --
23 2.17.1