Просмотр исходного кода

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

Guillem Jover лет назад: 15
Родитель
Сommit
9980e45086
1 измененных файлов с 2 добавлено и 0 удалено
  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