12 lines
361 B
Diff
12 lines
361 B
Diff
|
diff -u -r ../apt-1.1.3/cmdline/apt-helper.cc ./cmdline/apt-helper.cc
|
||
|
--- ../apt-1.1.3/cmdline/apt-helper.cc 2015-11-30 03:08:24.000000000 -0500
|
||
|
+++ ./cmdline/apt-helper.cc 2015-12-03 16:49:25.049283100 -0500
|
||
|
@@ -28,6 +28,7 @@
|
||
|
#include <iostream>
|
||
|
#include <string>
|
||
|
#include <vector>
|
||
|
+#include <stdlib.h> // For atoi
|
||
|
|
||
|
#include <apti18n.h>
|
||
|
/*}}}*/
|