[Lldb-commits] [lldb] r179795 - Make KQueue import the header in the correct path.
Filipe Cabecinhas
me at filcab.net
Thu Apr 18 13:58:20 PDT 2013
Author: filcab
Date: Thu Apr 18 15:58:20 2013
New Revision: 179795
URL: http://llvm.org/viewvc/llvm-project?rev=179795&view=rev
Log:
Make KQueue import the header in the correct path.
Modified:
lldb/trunk/source/Utility/KQueue.h
Modified: lldb/trunk/source/Utility/KQueue.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Utility/KQueue.h?rev=179795&r1=179794&r2=179795&view=diff
==============================================================================
--- lldb/trunk/source/Utility/KQueue.h (original)
+++ lldb/trunk/source/Utility/KQueue.h Thu Apr 18 15:58:20 2013
@@ -20,7 +20,7 @@
#include <sys/event.h>
#include <sys/time.h>
-#include "lldb-defines.h"
+#include "lldb/lldb-defines.h"
namespace lldb_private {
More information about the lldb-commits
mailing list