Procházet zdrojové kódy

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

Michael Vogt před 13 roky
rodič
revize
0c98ee5ade
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      test/libapt/tagfile_test.cc

+ 1 - 0
test/libapt/tagfile_test.cc

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