Author: joerg
Date: Fri May  2 13:59:49 2014
New Revision: 207861

URL: http://llvm.org/viewvc/llvm-project?rev=207861&view=rev
Log:
Use correct readline header on NetBSD.

Modified:
    lldb/trunk/tools/driver/Platform.h

Modified: lldb/trunk/tools/driver/Platform.h
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/driver/Platform.h?rev=207861&r1=207860&r2=207861&view=diff
==============================================================================
--- lldb/trunk/tools/driver/Platform.h (original)
+++ lldb/trunk/tools/driver/Platform.h Fri May  2 13:59:49 2014
@@ -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>


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to