Procházet zdrojové kódy

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

Julian Andres Klode před 10 roky
rodič
revize
f2adfc081d
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      apt-pkg/tagfile.h

+ 1 - 0
apt-pkg/tagfile.h

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