Code Review
/
ep-engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
880d879
)
MB-20054: Fix windows build error by including a missing header file
89/65589/2
author
Manu Dhundi
<manu@couchbase.com>
Thu, 7 Jul 2016 17:50:45 +0000
(10:50 -0700)
committer
Manu Dhundi
<manu@couchbase.com>
Thu, 7 Jul 2016 18:34:47 +0000
(18:34 +0000)
Change-Id: Ifdc8d6a09e8ff1bd68218066cffa44bc9de0a5a3
Reviewed-on: http://review.couchbase.org/65589
Well-Formed: buildbot <build@couchbase.com>
Tested-by: buildbot <build@couchbase.com>
Reviewed-by: Sriram Ganesan <sriram@couchbase.com>
tests/module_tests/ep_unit_tests_main.cc
patch
|
blob
|
history
diff --git
a/tests/module_tests/ep_unit_tests_main.cc
b/tests/module_tests/ep_unit_tests_main.cc
index
d34d38e
..
85d2bc6
100644
(file)
--- a/
tests/module_tests/ep_unit_tests_main.cc
+++ b/
tests/module_tests/ep_unit_tests_main.cc
@@
-18,6
+18,7
@@
/*
* Main function & globals for the ep_unit_test target.
*/
+#include "config.h"
#include <memcached/extension_loggers.h>
#include "programs/engine_testapp/mock_server.h"