components/bash/solaris-004.snprintf.c.patch
changeset 115 c360825c3a3f
parent 114 6cc95ec7b1bb
child 116 ae6a90899b42
equal deleted inserted replaced
114:6cc95ec7b1bb 115:c360825c3a3f
     1 --- lib/sh/snprintf.c	2008-08-12 12:02:14.000000000 -0400
       
     2 +++ lib/sh/snprintf.c	2009-08-10 15:16:30.000000000 -0400
       
     3 @@ -116,6 +116,8 @@
       
     4  #  include <locale.h>
       
     5  #endif
       
     6  
       
     7 +#include <math.h>
       
     8 +
       
     9  #include "stdc.h"
       
    10  #include <shmbutil.h>
       
    11