summaryrefslogtreecommitdiff
path: root/sys-apps/readahead-list/files/1.20060421.1016/0004-filelist-order.cxx-Add-missing-cstdlib-include-for-e.patch
blob: c9a23e309b66ad329b8ea5f5cfa87fdfda77687a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
https://github.com/robbat2/readahead-list/pull/1

From f0f32adfb4eaf26e33fc1655a22a529961257db9 Mon Sep 17 00:00:00 2001
From: Sam James <sam@gentoo.org>
Date: Sun, 25 Dec 2022 20:38:01 +0000
Subject: [PATCH 4/6] filelist-order.cxx: Add missing <cstdlib> include for
 exit()

Signed-off-by: Sam James <sam@gentoo.org>
--- a/src/filelist-order.cxx
+++ b/src/filelist-order.cxx
@@ -17,6 +17,7 @@
 
 #include <../config.h>
 
+#include <cstdlib>
 #include <map>
 #include <set>
 #include <iostream>
-- 
2.39.0