Index: include/core/SkMilestone.h |
diff --git a/third_party/libmicrohttpd/MHD_config.h b/include/core/SkMilestone.h |
similarity index 73% |
copy from third_party/libmicrohttpd/MHD_config.h |
copy to include/core/SkMilestone.h |
index 2133731f025dee7b845bad38499eb3c7212dd7a0..1b93a7b84db524aa5e87959215fc302ec339c306 100644 |
--- a/third_party/libmicrohttpd/MHD_config.h |
+++ b/include/core/SkMilestone.h |
@@ -4,4 +4,6 @@ |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. |
*/ |
-// A dummy file so microhttpd compiles |
+#ifndef SK_MILESTONE |
+#define SK_MILESTONE 51 |
+#endif |