summaryrefslogtreecommitdiffstats
path: root/package/zmqpp/0001-add-cstdlib-header-to-ensure-EXIT_FAILURE-presence.patch
blob: 1458eca60ee71f6ad9d743ca0eb94d17fe206ee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From 2c9271fa662b98e2a451b859f2506edf5f91c9bf Mon Sep 17 00:00:00 2001
From: Lionel Orry <lionel.orry@gmail.com>
Date: Fri, 15 May 2015 11:27:57 +0200
Subject: [PATCH] add cstdlib header to ensure EXIT_FAILURE presence

Using some cross-compiling toolchains, EXIT_FAILURE is not always
properly defined without this inclusion.

Add myself to AUTHORS.

Signed-off-by: Lionel Orry <lionel.orry@gmail.com>
---
 src/client/main.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/client/main.cpp b/src/client/main.cpp
index 082c06b..760f01a 100644
--- a/src/client/main.cpp
+++ b/src/client/main.cpp
@@ -3,6 +3,7 @@
  *      Author: @benjamg
  */
 
+#include <cstdlib>
 #include <array>
 #include <iostream>
 #include <tuple>
-- 
2.1.0

OpenPOWER on IntegriCloud