From d8710e24c47bf5d7c3dc3a77127d08e4568dc335 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 11 Feb 2018 00:10:36 +0000 Subject: Solaris 10 compatability --- src/OS/os.h-SunOS5 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/OS/os.h-SunOS5') diff --git a/src/OS/os.h-SunOS5 b/src/OS/os.h-SunOS5 index dfbd8f1af..f51b009ef 100644 --- a/src/OS/os.h-SunOS5 +++ b/src/OS/os.h-SunOS5 @@ -48,4 +48,6 @@ a buffer */ # define MAX(a,b) (((a)>(b))?(a):(b)) #endif +extern char * strndup(const char *, size_t); + /* End */ -- cgit v1.2.3