| commit | b3e795855d9da446286406e1529248dcbd6e9360 | [log] [tgz] |
|---|---|---|
| author | Filipe Cabecinhas <me@filcab.net> | Thu Apr 18 20:58:20 2013 +0000 |
| committer | Filipe Cabecinhas <me@filcab.net> | Thu Apr 18 20:58:20 2013 +0000 |
| tree | cb7e02305f4214690fadff10ca88a56e1ec9dc84 | |
| parent | c2c804d145f99632a191bb9ff7c052fa4477feaf [diff] [blame] |
Make KQueue import the header in the correct path. llvm-svn: 179795
diff --git a/lldb/source/Utility/KQueue.h b/lldb/source/Utility/KQueue.h index 8a23256..c5680aa 100644 --- a/lldb/source/Utility/KQueue.h +++ b/lldb/source/Utility/KQueue.h
@@ -20,7 +20,7 @@ #include <sys/event.h> #include <sys/time.h> -#include "lldb-defines.h" +#include "lldb/lldb-defines.h" namespace lldb_private {