base64: fix recent compilation regression on some compilers
[gnulib.git] / tests / test-fchmod.c
index bf576b6..6a33440 100644 (file)
@@ -22,6 +22,7 @@
 SIGNATURE_CHECK (fchmod, int, (int, mode_t));
 
 #include <errno.h>
+#include <unistd.h>
 
 #include "macros.h"