Signed-off-by: Yan, Zheng <zyan@redhat.com>
#if defined(__APPLE__)
/* PATH_MAX */
#include <limits.h>
+#define EREMOTEIO 121
#endif /* __APPLE__ */
/* O_LARGEFILE is not defined/required on OSX/FreeBSD */
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab
+#include "include/compat.h"
#include "common/Formatter.h"
#include "common/debug.h"
#include "common/errno.h"
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab
+#include "include/compat.h"
#include "BootstrapRequest.h"
#include "CloseImageRequest.h"
#include "CreateImageRequest.h"
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab
+#include "include/compat.h"
#include "OpenLocalImageRequest.h"
#include "CloseImageRequest.h"
#include "common/errno.h"