Add haiku-specific functions.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-19 16:39:38 +02:00
parent 887c0bb61a
commit 2028576504
9 changed files with 188 additions and 2 deletions

View file

@ -40,7 +40,7 @@
#include <grub/cryptodisk.h>
#include <grub/i18n.h>
#if !defined (__MINGW32__) && !defined (__CYGWIN__) && !defined (__AROS__)
#if !defined (__MINGW32__) && !defined (__CYGWIN__) && !defined (__AROS__) && !defined (__HAIKU__)
#ifdef __linux__
#include <sys/ioctl.h> /* ioctl */