summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/StringExtractorGDBRemote.h
diff options
context:
space:
mode:
authorStephen Wilson <wilsons@start.ca>2011-03-23 02:02:29 +0000
committerStephen Wilson <wilsons@start.ca>2011-03-23 02:02:29 +0000
commitad65c0511fef749cab028224aa914b3639847c76 (patch)
treef684ce424ddc058c8c70979ea6b51bfd505c9557 /lldb/source/Utility/StringExtractorGDBRemote.h
parent3e2a18f61e671bc5ff22ef9b4cf6031108dbab6d (diff)
downloadbcm5719-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.h2
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
OpenPOWER on IntegriCloud