diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-04-27 14:14:56 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-04-27 14:14:56 +0200 |
| commit | 8cfddc81a437ec86fdf3afd2156eac8bd78f88b8 (patch) | |
| tree | a7c8832c12add9c94731409a94e7335a8f56cbdd /zahl.h | |
| parent | Improve library translations (diff) | |
| download | libzahl-8cfddc81a437ec86fdf3afd2156eac8bd78f88b8.tar.gz libzahl-8cfddc81a437ec86fdf3afd2156eac8bd78f88b8.tar.bz2 libzahl-8cfddc81a437ec86fdf3afd2156eac8bd78f88b8.tar.xz | |
Add error checking to tomsfastmath translation and sort includes
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'zahl.h')
| -rw-r--r-- | zahl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,10 +7,10 @@ #define ZAHL_H 1 -#include <stddef.h> +#include <limits.h> #include <setjmp.h> +#include <stddef.h> #include <stdint.h> -#include <limits.h> #include "zahl-internals.h" |
