diff options
Diffstat (limited to 'source/Plugins/Process/POSIX/POSIXThread.h')
-rw-r--r-- | source/Plugins/Process/POSIX/POSIXThread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Plugins/Process/POSIX/POSIXThread.h b/source/Plugins/Process/POSIX/POSIXThread.h index 51d6645f209d8..56dcccbfb0f98 100644 --- a/source/Plugins/Process/POSIX/POSIXThread.h +++ b/source/Plugins/Process/POSIX/POSIXThread.h @@ -17,7 +17,7 @@ // Other libraries and framework includes #include "lldb/Target/Thread.h" -#include "RegisterContextPOSIX.h" +#include "Plugins/Process/Utility/RegisterContextPOSIX.h" class ProcessMessage; class ProcessMonitor; |