Explorar o código

test/libapt/tagfile_test.cc: add missing "unistd.h" (thanks to Niels Thykier)

Michael Vogt %!s(int64=13) %!d(string=hai) anos
pai
achega
0c98ee5ade
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      test/libapt/tagfile_test.cc

+ 1 - 0
test/libapt/tagfile_test.cc

@@ -4,6 +4,7 @@
 #include "assert.h"
 #include "assert.h"
 #include <stdlib.h>
 #include <stdlib.h>
 #include <string.h>
 #include <string.h>
+#include <unistd.h>
 
 
 char *tempfile = NULL;
 char *tempfile = NULL;
 int tempfile_fd = -1;
 int tempfile_fd = -1;