diff options
author | Julian Andres Klode <jak@debian.org> | 2015-09-11 21:54:22 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-09-11 21:54:22 +0200 |
commit | f2adfc081dcadf57088d51479b9d5f012775334a (patch) | |
tree | 6e75c1bae0d819e826c53896f893178627dec589 | |
parent | e8e52cd039b4c71913e157d7855500ba98e7cade (diff) |
apt-pkg/tagfile.h: Include stdint.h, fixes rdep build failures
-rw-r--r-- | apt-pkg/tagfile.h | 1 |
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> |