From 6cfdf02c5a345bb304079193b7062c45081bf057 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sat, 10 Nov 2018 12:46:09 +0100 Subject: [PATCH] Fix Alpine Linux builds Reported by Maxime Bouton. * spot/misc/tmpfile.cc: Include stdlib.h, not cstdlib, so that our replacement secure_getenv() is found. * THANKS: Add Maxime. --- THANKS | 1 + spot/misc/tmpfile.cc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/THANKS b/THANKS index 9ffee837f..784b6b337 100644 --- a/THANKS +++ b/THANKS @@ -27,6 +27,7 @@ Juraj Major Kristin Y. Rozier Martin Dieguez Lodeiro Matthias Heizmann +Maxime Bouton Michael Tautschnig Michael Weber Mikuláš Klokočka diff --git a/spot/misc/tmpfile.cc b/spot/misc/tmpfile.cc index 6eda6abff..3f5842a98 100644 --- a/spot/misc/tmpfile.cc +++ b/spot/misc/tmpfile.cc @@ -20,7 +20,7 @@ #include "config.h" #include #include -#include +#include #include #include