re2 fixes for Windows

This commit is contained in:
Matt Hill
2015-07-21 19:53:36 -04:00
parent b8456987d0
commit d5bc315744
4 changed files with 18 additions and 5 deletions

View File

@@ -11,7 +11,9 @@
#include <stdio.h>
#include <string>
#ifndef WIN32
#include <pthread.h>
#endif
#include <errno.h>
#include "util/atomicops.h"
#include "util/util.h"