blob: 5d1e848ef31d8c3401847c2de957223216d5f14b [file] [log] [blame]
//===-- Endian.h ------------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef liblldb_host_endian_h_
#define liblldb_host_endian_h_
// TODO: come up with a more lldb specific solution instead of relying on
// macosx <machine/endian.h>....
#include <machine/endian.h>
#endif // liblldb_host_endian_h_