]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgsystem.cc
* apt-pkg/algorithms.cc:
[apt.git] / apt-pkg / pkgsystem.cc
index 86174a44fcc684782cc6640ecea95896832f3fd0..f61c140facec1926a4f27a472b1866ac824abdee 100644 (file)
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
-#ifdef __GNUG__
-#pragma implementation "apt-pkg/pkgsystem.h"
-#endif
+#include<config.h>
 
 #include <apt-pkg/pkgsystem.h>
 #include <apt-pkg/policy.h>
 #include <cassert>
+#include <cstring>
                                                                        /*}}}*/
 
 pkgSystem *_system = 0;