summaryrefslogtreecommitdiff
path: root/dselect/pkgcmds.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dselect/pkgcmds.cc')
-rw-r--r--dselect/pkgcmds.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/dselect/pkgcmds.cc b/dselect/pkgcmds.cc
index d153b5291..14a95c79c 100644
--- a/dselect/pkgcmds.cc
+++ b/dselect/pkgcmds.cc
@@ -18,13 +18,15 @@
* License along with this; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+extern "C" {
+#include <config.h>
+}
#include <stdio.h>
#include <string.h>
#include <assert.h>
extern "C" {
-#include <config.h>
#include <dpkg.h>
#include <dpkg-db.h>
}