components/bash/patches/solaris-004.snprintf.c.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Thu, 18 Aug 2011 12:18:21 -0700
changeset 479 c9b8e016b757
parent 115 c360825c3a3f
child 1082 6d49548fa9da
permissions -rw-r--r--
7080654 Upgrade Apache Tomcat to version 6.0.33 7067820 Problem with utility/apache

--- lib/sh/snprintf.c	2008-08-12 12:02:14.000000000 -0400
+++ lib/sh/snprintf.c	2009-08-10 15:16:30.000000000 -0400
@@ -116,6 +116,8 @@
 #  include <locale.h>
 #endif
 
+#include <math.h>
+
 #include "stdc.h"
 #include <shmbutil.h>