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>
|
||||
|
||||
#ifdef __clang__
|
||||
#ifndef _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_
|
||||
#if defined(__OpenBSD__) && defined(__OpenBSD__) && \
|
||||
!defined(_WCHAR_H_CPLUSPLUS_98_CONFORMANCE_)
|
||||
#define _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_
|
||||
#endif
|
||||
#endif
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <stack>
|
||||
|
Loading…
Reference in New Issue
Block a user