mirror of https://github.com/martanne/abduco
Allows abduco to compile on DragonFly BSD
This commit is contained in:
parent
28ef145e40
commit
d4a74a23d7
2
abduco.c
2
abduco.c
|
|
@ -37,7 +37,7 @@
|
|||
#include <sys/un.h>
|
||||
#if defined(__linux__) || defined(__CYGWIN__)
|
||||
# include <pty.h>
|
||||
#elif defined(__FreeBSD__)
|
||||
#elif defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
# include <libutil.h>
|
||||
#elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
|
||||
# include <util.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue