Fix for DragonFlyBSD

pull/1399/head
Michael Neumann 2015-08-08 01:45:55 +02:00
parent 7e964d4370
commit caebc5303a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
#include <util.h>
#elif defined(__FreeBSD__)
#elif defined(__FreeBSD__) || defined(__DragonFly__)
#include <libutil.h>
#else
#include <pty.h>