projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
show the conflicting distribution warning again
[apt.git]
/
test
/
interactive-helper
/
testdeb.cc
diff --git
a/test/interactive-helper/testdeb.cc
b/test/interactive-helper/testdeb.cc
index 9520d1b50cc4c905002744cd0c45deacc66695d0..69e1ffe0b598e5c415b921c5868e992643613a53 100644
(file)
--- a/
test/interactive-helper/testdeb.cc
+++ b/
test/interactive-helper/testdeb.cc
@@
-1,12
+1,19
@@
+#include <config.h>
+
#include <apt-pkg/dirstream.h>
#include <apt-pkg/debfile.h>
#include <apt-pkg/error.h>
#include <apt-pkg/extracttar.h>
#include <apt-pkg/dirstream.h>
#include <apt-pkg/debfile.h>
#include <apt-pkg/error.h>
#include <apt-pkg/extracttar.h>
+#include <apt-pkg/arfile.h>
+#include <apt-pkg/fileutl.h>
+
+#include <iostream>
+#include <string>
class NullStream : public pkgDirStream
{
public:
class NullStream : public pkgDirStream
{
public:
- virtual bool DoItem(Item &/*Itm*/, int &/*Fd*/) {return true;};
+ virtual bool DoItem(Item &/*Itm*/, int &/*Fd*/)
APT_OVERRIDE
{return true;};
};
static bool Test(const char *File)
};
static bool Test(const char *File)