components/bash/patches/solaris-004.snprintf.c.patch
author Stefan Teleman <stefan.teleman@oracle.com>
Tue, 17 Mar 2015 19:06:56 -0700
changeset 3966 cca72467a46d
parent 1082 6d49548fa9da
child 5518 c47fe0edc204
permissions -rw-r--r--
19078668 unixODBC version 2.3.1 needs a TPNO

--- lib/sh/snprintf.c	2010-05-30 15:34:52.000000000 -0700
+++ lib/sh/snprintf.c	2011-11-29 09:31:46.751983149 -0800
@@ -120,6 +120,8 @@
 #  include <locale.h>
 #endif
 
+#include <math.h>
+
 #include "stdc.h"
 #include <shmbutil.h>