mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-10 19:34:29 +00:00
Use correct readline header on NetBSD.
llvm-svn: 207861
This commit is contained in:
parent
ff9620f975
commit
2cd8f5245f
@ -105,7 +105,7 @@
|
||||
#include <pthread.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
#if defined(__FreeBSD__) || defined(__NetBSD__)
|
||||
#include <readline/readline.h>
|
||||
#else
|
||||
#include <editline/readline.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user