Explorar el Código

apt-pkg/deb/debsystem.cc: add missing apti18n.h header

Michael Vogt hace 17 años
padre
commit
bb3ac2f648
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      apt-pkg/deb/debsystem.cc

+ 1 - 0
apt-pkg/deb/debsystem.cc

@@ -17,6 +17,7 @@
 #include <apt-pkg/configuration.h>
 #include <apt-pkg/error.h>
 #include <apt-pkg/fileutl.h>
+#include <apti18n.h>
     
 #include <sys/types.h>
 #include <unistd.h>