projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
webserver: use pthreads to handle multiple clients
[apt.git]
/
apt-pkg
/
init.h
diff --git
a/apt-pkg/init.h
b/apt-pkg/init.h
index 0c1c7ae5a8b0d4ee9d780805be7176dc6fea56e6..b6f3df7537b65eb52635b583631c02fcdb5bffce 100644
(file)
--- a/
apt-pkg/init.h
+++ b/
apt-pkg/init.h
@@
-13,6
+13,11
@@
#ifndef PKGLIB_INIT_H
#define PKGLIB_INIT_H
+#ifndef APT_8_CLEANER_HEADERS
+#include <apt-pkg/configuration.h>
+#include <apt-pkg/pkgsystem.h>
+#endif
+
class pkgSystem;
class Configuration;