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