components/bash/patches/solaris-004.snprintf.c.patch
author Tomas Klacko <tomas.klacko@oracle.com>
Thu, 18 Sep 2014 09:47:48 -0700
changeset 2096 ea57cc1059bf
parent 1082 6d49548fa9da
child 5518 c47fe0edc204
permissions -rw-r--r--
19616471 problem in UTILITY/NET-SNMP

--- 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>