Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Include stdlib.h in sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c.
  • Loading branch information
Joseph Myers committed Dec 5, 2012
1 parent 363313b commit 66ca5a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
@@ -1,5 +1,7 @@
2012-12-05 Joseph Myers <joseph@codesourcery.com>

* sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.

* stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
10000 as width of padded output.

Expand Down
1 change: 1 addition & 0 deletions sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c
Expand Up @@ -19,6 +19,7 @@
#include <math.h>
#include <math_private.h>
#include <float.h>
#include <stdlib.h>

/* Calculate X + Y exactly and store the result in *HI + *LO. It is
given that |X| >= |Y| and the values are small enough that no
Expand Down

0 comments on commit 66ca5a5

Please sign in to comment.