From: Fredrik Fornwall Date: Sun, 6 Dec 2015 12:30:51 +0000 (+0100) Subject: apt-helper.cc: include for atoi X-Git-Tag: 1.1.4~6 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/2f17261da947e143d79d9c843a26eeb4b44ec385 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 --- 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 /*}}}*/