mirror of
https://github.com/tstack/lnav
synced 2024-11-03 23:15:38 +00:00
Redefine _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ only on OpenBSD
This commit is contained in:
parent
1a7e2fee9b
commit
217d365672
@ -59,11 +59,10 @@
|
|||||||
|
|
||||||
#include <readline/readline.h>
|
#include <readline/readline.h>
|
||||||
|
|
||||||
#ifdef __clang__
|
#if defined(__OpenBSD__) && defined(__OpenBSD__) && \
|
||||||
#ifndef _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_
|
!defined(_WCHAR_H_CPLUSPLUS_98_CONFORMANCE_)
|
||||||
#define _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_
|
#define _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <set>
|
#include <set>
|
||||||
#include <stack>
|
#include <stack>
|
||||||
|
Loading…
Reference in New Issue
Block a user