Przeglądaj źródła

apt-pkg/tagfile.h: Include stdint.h, fixes rdep build failures

Julian Andres Klode 11 lat temu
rodzic
commit
f2adfc081d
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      apt-pkg/tagfile.h

+ 1 - 0
apt-pkg/tagfile.h

@@ -22,6 +22,7 @@
 #include <apt-pkg/macros.h>
 
 #include <stdio.h>
+#include <stdint.h>
 
 #include <string>
 #include <vector>