summaryrefslogtreecommitdiff
path: root/apt-pkg/tagfile.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-09-11 21:54:22 +0200
committerJulian Andres Klode <jak@debian.org>2015-09-11 21:54:22 +0200
commitf2adfc081dcadf57088d51479b9d5f012775334a (patch)
tree6e75c1bae0d819e826c53896f893178627dec589 /apt-pkg/tagfile.h
parente8e52cd039b4c71913e157d7855500ba98e7cade (diff)
apt-pkg/tagfile.h: Include stdint.h, fixes rdep build failures
Diffstat (limited to 'apt-pkg/tagfile.h')
-rw-r--r--apt-pkg/tagfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/tagfile.h b/apt-pkg/tagfile.h
index 19c07595e..7fc8ab0e6 100644
--- a/apt-pkg/tagfile.h
+++ b/apt-pkg/tagfile.h
@@ -22,6 +22,7 @@
#include <apt-pkg/macros.h>
#include <stdio.h>
+#include <stdint.h>
#include <string>
#include <vector>