From 2f17261da947e143d79d9c843a26eeb4b44ec385 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 6 Dec 2015 13:30:51 +0100 Subject: apt-helper.cc: include for atoi Include to ensure that atoi(3) is defined to improve general portability and fix a specific build failure on Android. Closes: 807031 --- cmdline/apt-helper.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmdline/apt-helper.cc b/cmdline/apt-helper.cc index c0575bea1..5a29427c8 100644 --- a/cmdline/apt-helper.cc +++ b/cmdline/apt-helper.cc @@ -29,6 +29,8 @@ #include #include +#include + #include /*}}}*/ -- cgit v1.2.3