mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
ircd: fix build on freebsd
This commit is contained in:
parent
dd92c99b83
commit
4f5056dd83
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@
|
|||
|
||||
#ifndef _WIN32
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
/*
|
||||
* dummy_handler - don't know if this is really needed but if alarm is still
|
||||
* being used we probably will
|
||||
|
|
Loading…
Reference in a new issue