Skip to content

Instantly share code, notes, and snippets.

@TooTallNate
Created October 13, 2012 23:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TooTallNate/d9c4f9ae4b5fba614bd0 to your computer and use it in GitHub Desktop.
Save TooTallNate/d9c4f9ae4b5fba614bd0 to your computer and use it in GitHub Desktop.
diff --cc deps/uv/test/runner-win.c
index 8f534bc,0a9690e..0000000
--- a/deps/uv/test/runner-win.c
+++ b/deps/uv/test/runner-win.c
@@@ -24,8 -24,9 +24,14 @@@
#include <malloc.h>
#include <stdio.h>
#include <process.h>
++<<<<<<< HEAD
+#if !defined(__MINGW32__)
+# include <crtdbg.h>
++=======
+ #include <windows.h>
+ #if !defined(__MINGW32__)
+ #include <crtdbg.h>
++>>>>>>> origin/v0.8
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment