1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +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 5a4760792f
commit 2384a25499

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>