1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-31 14:50:37 +03:00

Fixing compilation warning: implicit declaration of function ‘umask’

This commit is contained in:
Zdenek Kabelac 2010-03-29 14:05:17 +00:00
parent eb10fc962b
commit bd39789144

View File

@ -18,6 +18,7 @@
#include <errno.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <unistd.h>