Revision 71e72a19 block.c

b/block.c
22 22
 * THE SOFTWARE.
23 23
 */
24 24
#include "config-host.h"
25
#ifdef HOST_BSD
25
#ifdef CONFIG_BSD
26 26
/* include native header before sys-queue.h */
27 27
#include <sys/queue.h>
28 28
#endif
......
32 32
#include "block_int.h"
33 33
#include "module.h"
34 34

  
35
#ifdef HOST_BSD
35
#ifdef CONFIG_BSD
36 36
#include <sys/types.h>
37 37
#include <sys/stat.h>
38 38
#include <sys/ioctl.h>

Also available in: Unified diff