mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Add #include <signal.h> to dmeventd.c, fixes compilation on NetBSD.
This commit is contained in:
parent
2a9a80c9bb
commit
8153260792
@ -36,6 +36,7 @@
|
|||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <signal.h>
|
||||||
#include <arpa/inet.h> /* for htonl, ntohl */
|
#include <arpa/inet.h> /* for htonl, ntohl */
|
||||||
|
|
||||||
#ifdef linux
|
#ifdef linux
|
||||||
|
Loading…
Reference in New Issue
Block a user