projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
display the architecture of the package if it is not the default
[apt.git]
/
apt-pkg
/
contrib
/
progress.cc
diff --git
a/apt-pkg/contrib/progress.cc
b/apt-pkg/contrib/progress.cc
index e3db9a45aa1720c1d791caca362139142d474461..cffdddc4fe0d70a9f45e3fc5fadd3c73c7944168 100644
(file)
--- a/
apt-pkg/contrib/progress.cc
+++ b/
apt-pkg/contrib/progress.cc
@@
-8,9
+8,6
@@
##################################################################### */
/*}}}*/
// Include Files /*{{{*/
##################################################################### */
/*}}}*/
// Include Files /*{{{*/
-#ifdef __GNUG__
-#pragma implementation "apt-pkg/progress.h"
-#endif
#include <apt-pkg/progress.h>
#include <apt-pkg/error.h>
#include <apt-pkg/configuration.h>
#include <apt-pkg/progress.h>
#include <apt-pkg/error.h>
#include <apt-pkg/configuration.h>
@@
-19,6
+16,7
@@
#include <iostream>
#include <stdio.h>
#include <iostream>
#include <stdio.h>
+#include <cstring>
/*}}}*/
using namespace std;
/*}}}*/
using namespace std;