diff options
Diffstat (limited to 'nxcomp/Misc.h')
-rw-r--r-- | nxcomp/Misc.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/nxcomp/Misc.h b/nxcomp/Misc.h index 251947d3a..200831757 100644 --- a/nxcomp/Misc.h +++ b/nxcomp/Misc.h @@ -1,6 +1,6 @@ /**************************************************************************/ /* */ -/* Copyright (c) 2001, 2009 NoMachine, http://www.nomachine.com/. */ +/* Copyright (c) 2001, 2010 NoMachine, http://www.nomachine.com/. */ /* */ /* NXCOMP, NX protocol compression and NX extensions to this software */ /* are copyright of NoMachine. Redistribution and use of the present */ @@ -24,6 +24,12 @@ #include <errno.h> #include <string.h> +#ifdef __sun + +#include <strings.h> + +#endif + using namespace std; // |