Skip to content

Commit

Permalink
prepare-headers: include fenv.h
Browse files Browse the repository at this point in the history
  • Loading branch information
autc04 committed Apr 11, 2017
1 parent c4e19a6 commit 45bf39e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions prepare-headers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ for file in $(cd $IN; ls *.h); do
ddrt.h|fp.h)
USE=true
;;
# newlib does not provide fenv.h, so use Apple's
fenv.h)
USE=true
;;

# veclib headers
v*.h)
Expand Down

0 comments on commit 45bf39e

Please sign in to comment.