You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
361 B
11 lines
361 B
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>
|
|
/*}}}*/
|
|
|