Added a needed header for the recent ioctl() call addition. Lack of this caused

the libbe_test environment build to fail.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19610 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ryan Leavengood 2006-12-22 22:44:07 +00:00
parent fc398fa2ab
commit 87719fdb8f

View File

@ -20,6 +20,7 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
HWInterfaceListener::HWInterfaceListener() {}