summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/crc-16.cc
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/contrib/crc-16.cc')
-rw-r--r--apt-pkg/contrib/crc-16.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/contrib/crc-16.cc b/apt-pkg/contrib/crc-16.cc
index b300ed67e..26ea1ba28 100644
--- a/apt-pkg/contrib/crc-16.cc
+++ b/apt-pkg/contrib/crc-16.cc
@@ -15,6 +15,8 @@
##################################################################### */
/*}}}*/
// Include Files /*{{{*/
+#include <config.h>
+
#include <apt-pkg/crc-16.h>
/*}}}*/