diff options
author | Stephen Wilson <wilsons@start.ca> | 2011-03-23 02:02:29 +0000 |
---|---|---|
committer | Stephen Wilson <wilsons@start.ca> | 2011-03-23 02:02:29 +0000 |
commit | ad65c0511fef749cab028224aa914b3639847c76 (patch) | |
tree | f684ce424ddc058c8c70979ea6b51bfd505c9557 /lldb/source/Utility/StringExtractorGDBRemote.h | |
parent | 3e2a18f61e671bc5ff22ef9b4cf6031108dbab6d (diff) | |
download | bcm5719-llvm-ad65c0511fef749cab028224aa914b3639847c76.tar.gz bcm5719-llvm-ad65c0511fef749cab028224aa914b3639847c76.zip |
Add a missing include needed on Linux and remove a trailing comma.
llvm-svn: 128134
Diffstat (limited to 'lldb/source/Utility/StringExtractorGDBRemote.h')
-rw-r--r-- | lldb/source/Utility/StringExtractorGDBRemote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Utility/StringExtractorGDBRemote.h b/lldb/source/Utility/StringExtractorGDBRemote.h index 8c65e0c7a39..5b2ea374288 100644 --- a/lldb/source/Utility/StringExtractorGDBRemote.h +++ b/lldb/source/Utility/StringExtractorGDBRemote.h @@ -59,7 +59,7 @@ public: eNack, eError, eOK, - eResponse, + eResponse }; ResponseType |