One more thing required by DragonFly

This commit is contained in:
pooka 2012-11-26 19:57:24 +00:00
parent 169dfff670
commit 48528ba2e9
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rumpuser_port.h,v 1.8 2012/11/26 17:03:15 pooka Exp $ */
/* $NetBSD: rumpuser_port.h,v 1.9 2012/11/26 19:57:24 pooka Exp $ */
/*
* Portability header for non-NetBSD platforms.
@ -49,7 +49,9 @@
#include <sys/types.h>
#include <sys/param.h>
#if defined(__linux__) || defined(__sun__) || defined(__FreeBSD__)
/* maybe this should be !__NetBSD__ ? */
#if defined(__linux__) || defined(__sun__) || defined(__FreeBSD__) \
defined(__DragonFly__)
#include <errno.h>
#include <stdlib.h>
#include <string.h>