apt: Remove cdrom code for slight size shrink
[termux-packages] / packages / apt / cmdline-apt-helper.cc.patch
1 diff -u -r ../apt-1.1.3/cmdline/apt-helper.cc ./cmdline/apt-helper.cc
2 --- ../apt-1.1.3/cmdline/apt-helper.cc 2015-11-30 03:08:24.000000000 -0500
3 +++ ./cmdline/apt-helper.cc 2015-12-03 16:49:25.049283100 -0500
4 @@ -28,6 +28,7 @@
5 #include <iostream>
6 #include <string>
7 #include <vector>
8 +#include <stdlib.h> // For atoi
9
10 #include <apti18n.h>
11 /*}}}*/