]> git.saurik.com Git - apt-legacy.git/blobdiff - apt-pkg/contrib/progress.cc
Upgraded to APT 0.7.
[apt-legacy.git] / apt-pkg / contrib / progress.cc
index e3db9a45aa1720c1d791caca362139142d474461..cffdddc4fe0d70a9f45e3fc5fadd3c73c7944168 100644 (file)
@@ -8,9 +8,6 @@
    ##################################################################### */
                                                                        /*}}}*/
 // 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>
@@ -19,6 +16,7 @@
 
 #include <iostream>
 #include <stdio.h>
+#include <cstring>
                                                                        /*}}}*/
 
 using namespace std;