Update NpingOps.cc

Fix compiling on sparc solaris 11
This commit is contained in:
fabpiaf 2024-01-18 08:06:33 +00:00 committed by GitHub
parent 926182d851
commit 8dac358328
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,6 +62,10 @@
#include "winfix.h"
#endif
#if defined(__sun)
#include <climits>
#endif
#include "nping.h"
#include "nbase.h"
#include "NpingOps.h"