Sfoglia il codice sorgente

libdpkg: Add missing <errno.h> needed by fd_null_copy()

Guillem Jover 15 anni fa
parent
commit
9980e45086
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      lib/dpkg/buffer.h

+ 2 - 0
lib/dpkg/buffer.h

@@ -26,6 +26,8 @@
 
 
 #include <sys/types.h>
 #include <sys/types.h>
 
 
+#include <errno.h>
+
 #include <dpkg/macros.h>
 #include <dpkg/macros.h>
 
 
 DPKG_BEGIN_DECLS
 DPKG_BEGIN_DECLS