mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 11:55:27 +00:00
Update NpingOps.cc
Fix compiling on sparc solaris 11
This commit is contained in:
parent
926182d851
commit
8dac358328
1 changed files with 4 additions and 0 deletions
|
|
@ -62,6 +62,10 @@
|
|||
#include "winfix.h"
|
||||
#endif
|
||||
|
||||
#if defined(__sun)
|
||||
#include <climits>
|
||||
#endif
|
||||
|
||||
#include "nping.h"
|
||||
#include "nbase.h"
|
||||
#include "NpingOps.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue