OSDN Git Service

Add missing <unistd.h> include for close.
authorElliott Hughes <enh@google.com>
Fri, 20 Feb 2015 00:58:44 +0000 (16:58 -0800)
committerElliott Hughes <enh@google.com>
Fri, 20 Feb 2015 00:58:44 +0000 (16:58 -0800)
Change-Id: Iebce6d74eecb8c275e800b7f47f74bbd4374860d

libs/diskusage/dirsize.c

index 24e5af0..7576994 100644 (file)
@@ -18,6 +18,7 @@
 #include <dirent.h>
 #include <fcntl.h>
 #include <sys/stat.h>
+#include <unistd.h>
 
 #include <diskusage/dirsize.h>