summaryrefslogtreecommitdiffstats
path: root/include/grub/osdep/hostfile.h
blob: 6d9f75ba353cd46c514837ccc4217889ee8279a5 (plain)
1
2
3
4
5
6
7
#if defined (__AROS__)
#include "hostfile_aros.h"
#elif defined (__CYGWIN__) || defined (__MINGW32__)
#include "hostfile_windows.h"
#else
#include "hostfile_unix.h"
#endif