1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 13:19:04 +00:00

Move math.h includes into .cc files

This commit is contained in:
dmiller
2015-06-23 00:09:01 +00:00
parent 6a38678b56
commit cfe8893304
5 changed files with 7 additions and 1 deletions

View File

@@ -21,6 +21,8 @@
#include "nse_debug.h"
#include "nse_lpeg.h"
#include <math.h>
#define NSE_MAIN "NSE_MAIN" /* the main function */
/* Script Scan phases */