Browse Source

Win32 build fix for missing M_E.

master
samr7 13 years ago
parent
commit
0c1787bada
  1. 4
      util.c

4
util.c

@ -16,6 +16,10 @@ @@ -16,6 +16,10 @@
* along with Vanitygen. If not, see <http://www.gnu.org/licenses/>.
*/
#if defined(_WIN32)
#define _USE_MATH_DEFINES
#endif /* defined(_WIN32) */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

Loading…
Cancel
Save