Add missing "sys/stat.h" include

- should help with FreeBSD buildbot

llvm-svn: 189487
This commit is contained in:
Daniel Malea 2013-08-28 16:06:16 +00:00
parent f967d1f947
commit b89d049d13
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
#include "GDBRemoteCommunicationClient.h"
// C Includes
#include <sys/stat.h>
// C++ Includes
#include <sstream>