Revision 5dc2eec9

b/nbd.c
23 23
#ifndef _WIN32
24 24
#include <sys/ioctl.h>
25 25
#endif
26
#ifdef __sun__
26
#if defined(__sun__) || defined(__HAIKU__)
27 27
#include <sys/ioccom.h>
28 28
#endif
29 29
#include <ctype.h>

Also available in: Unified diff