diff options
Diffstat (limited to 'erts/emulator/test/float_SUITE_data')
-rw-r--r-- | erts/emulator/test/float_SUITE_data/fp_drv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/test/float_SUITE_data/fp_drv.c b/erts/emulator/test/float_SUITE_data/fp_drv.c index 5919dd8e2f..a91d622040 100644 --- a/erts/emulator/test/float_SUITE_data/fp_drv.c +++ b/erts/emulator/test/float_SUITE_data/fp_drv.c @@ -18,6 +18,7 @@ */ #if defined(DEBUG) || 0 +# include <stdio.h> # define PRINTF(X) printf X #else # define PRINTF(X) |