Explorar o código

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
Fredrik Fornwall %!s(int64=10) %!d(string=hai) anos
pai
achega
2f17261da9
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      cmdline/apt-helper.cc

+ 2 - 0
cmdline/apt-helper.cc

@@ -29,6 +29,8 @@
 #include <string>
 #include <vector>
 
+#include <stdlib.h>
+
 #include <apti18n.h>
 									/*}}}*/