X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/369c919f2be8d2c93b990a97436b41ba4ae1ff29..84b286f65c55e21b4734a17474f1cba464cbbd9c:/test/interactive-helper/test_udevcdrom.cc diff --git a/test/interactive-helper/test_udevcdrom.cc b/test/interactive-helper/test_udevcdrom.cc index 577e2d013..b87dcd935 100644 --- a/test/interactive-helper/test_udevcdrom.cc +++ b/test/interactive-helper/test_udevcdrom.cc @@ -1,19 +1,23 @@ +#include + #include -#include + +#include +#include #include +#include +#include int main() { - int i; pkgUdevCdromDevices c; assert(c.Dlopen()); - vector l; + std::vector l; l = c.Scan(); assert(l.empty() == false); - for (i=0;i