Browse Source

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

Guillem Jover 15 years ago
parent
commit
9980e45086
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/dpkg/buffer.h

+ 2 - 0
lib/dpkg/buffer.h

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