diff options
author | Sean McGovern <[email protected]> | 2013-12-31 13:45:08 -0500 |
---|---|---|
committer | Sean McGovern <[email protected]> | 2016-07-01 14:40:39 -0400 |
commit | 97a4b1ca41c355084d17cd2ecf661ebf6db5552d (patch) | |
tree | 49dd7d868249c8f33817503af68648da8a786f2c /test/test.c | |
parent | b6942cd8b05cd30dca8f7bd1619396d0cd3b95c0 (diff) |
cli: include strings.h on Solaris where necessary
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c index d8f528433..ca4669532 100644 --- a/test/test.c +++ b/test/test.c @@ -17,6 +17,10 @@ #include <unistd.h> #include <inttypes.h> +#ifdef SYS_SunOS +#include <strings.h> +#endif + #if defined( __MINGW32__ ) #include <windows.h> #include <conio.h> |