commit | 4b274e8500dc7c7e57284019236b28b1e3af09b7 | [log] [tgz] |
---|---|---|
author | Stephen Wilson <wilsons@start.ca> | Wed Mar 23 02:02:29 2011 +0000 |
committer | Stephen Wilson <wilsons@start.ca> | Wed Mar 23 02:02:29 2011 +0000 |
tree | d421a3f31d66f872a6425d770de21d3cb7ea5903 | |
parent | 76fd5dd398aefd482323212524289298b75d9a63 [diff] [blame] |
Add a missing include needed on Linux and remove a trailing comma. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@128134 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Utility/StringExtractorGDBRemote.h b/source/Utility/StringExtractorGDBRemote.h index 8c65e0c..5b2ea37 100644 --- a/source/Utility/StringExtractorGDBRemote.h +++ b/source/Utility/StringExtractorGDBRemote.h
@@ -59,7 +59,7 @@ eNack, eError, eOK, - eResponse, + eResponse }; ResponseType