Allows abduco to compile on DragonFly BSD

This commit is contained in:
Jason Swank 2014-12-08 20:49:10 -05:00 committed by Marc André Tanner
parent 28ef145e40
commit d4a74a23d7
1 changed files with 1 additions and 1 deletions

View File

@ -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>