fix #include mistake
git-svn-id: svn+ssh://svn.corp.yahoo.com/yahoo/yrl/labs/pnuts/code/logstore@1239 8dad8b1f-cf64-0410-95b6-bcf113ffbcfe
This commit is contained in:
parent
ccf3895595
commit
fbdc900623
1 changed files with 2 additions and 2 deletions
|
@ -16,11 +16,11 @@
|
||||||
|
|
||||||
#include "check_util.h"
|
#include "check_util.h"
|
||||||
|
|
||||||
|
#include <stasis/common.h>
|
||||||
|
|
||||||
#undef begin
|
#undef begin
|
||||||
#undef end
|
#undef end
|
||||||
|
|
||||||
#include <stasis/common.h>
|
|
||||||
|
|
||||||
static const char * svrname = "localhost";
|
static const char * svrname = "localhost";
|
||||||
static int svrport = 32432;
|
static int svrport = 32432;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue