]> git.saurik.com Git - apt.git/commit
apt-helper.cc: include <stdlib.h> for atoi
authorFredrik Fornwall <fredrik@fornwall.net>
Sun, 6 Dec 2015 12:30:51 +0000 (13:30 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Sun, 6 Dec 2015 12:30:51 +0000 (13:30 +0100)
commit2f17261da947e143d79d9c843a26eeb4b44ec385
tree3410d641859bba8777446dfe29448fa60baf322d
parent430481e794a3fa2e75022c67e129b54d192ad54c
apt-helper.cc: include <stdlib.h> for atoi

Include <stdlib.h> 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