The following commit has been merged in the master branch:
commit e8079c0ee34d4b3309ffbbd500b16525e9ec1b22
Author: Guillem Jover <[email protected]>
Date: Tue Nov 2 08:16:56 2010 +0100
libdpkg: Switch test.h from including dpkg/dpkg.h to dpkg/ehandle.h
This reduces the exposed declarations for each test program.
diff --git a/lib/dpkg/test.h b/lib/dpkg/test.h
index 5e8f1ad..eb18f17 100644
--- a/lib/dpkg/test.h
+++ b/lib/dpkg/test.h
@@ -25,7 +25,7 @@
#include <string.h>
#ifndef TEST_MAIN_PROVIDED
-#include <dpkg/dpkg.h>
+#include <dpkg/ehandle.h>
#endif
/* XXX: Using assert is problematic with NDEBUG. */
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]