sim-card
/
qemu
Archived
10
0
Fork 0

Add a missing #include for FreeBSD hosts

Signed-off-by: Juergen Lock <nox@jelal.kn-bremen.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
Juergen Lock 2010-03-25 22:35:03 +01:00 committed by Aurelien Jarno
parent 0167f772d1
commit 444593493c
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@
#include <errno.h>
#include <sys/time.h>
#include <signal.h>
#ifdef __FreeBSD__
#include <sys/param.h>
#endif
#ifdef __linux__
#include <sys/ioctl.h>