[Lldb-commits] [lldb] r232702 - Add NameMatches.h header to fix FreeBSD build after r232673

Ed Maste emaste at freebsd.org
Wed Mar 18 19:47:36 PDT 2015


Author: emaste
Date: Wed Mar 18 21:47:36 2015
New Revision: 232702

URL: http://llvm.org/viewvc/llvm-project?rev=232702&view=rev
Log:
Add NameMatches.h header to fix FreeBSD build after r232673

Modified:
    lldb/trunk/source/Host/freebsd/Host.cpp

Modified: lldb/trunk/source/Host/freebsd/Host.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/freebsd/Host.cpp?rev=232702&r1=232701&r2=232702&view=diff
==============================================================================
--- lldb/trunk/source/Host/freebsd/Host.cpp (original)
+++ lldb/trunk/source/Host/freebsd/Host.cpp Wed Mar 18 21:47:36 2015
@@ -38,6 +38,7 @@
 #include "lldb/Core/DataBufferHeap.h"
 #include "lldb/Core/DataExtractor.h"
 #include "lldb/Utility/CleanUp.h"
+#include "lldb/Utility/NameMatches.h"
 
 #include "Plugins/Process/Utility/FreeBSDSignals.h"
 





More information about the lldb-commits mailing list