Commit e999caa4dc114d34fb34d2f2a338c6e1e0fba263

Con Kolivas 2013-04-21T20:28:28

Merge pull request #427 from gzm55/master compile on win32

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/util.c b/util.c
index c810560..6cbb84a 100644
--- a/util.c
+++ b/util.c
@@ -33,6 +33,7 @@
 # include <windows.h>
 # include <winsock2.h>
 # include <ws2tcpip.h>
+# include <mmsystem.h>
 #endif
 
 #include "miner.h"