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 /src | |
| 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 'src')
| -rw-r--r-- | src/internals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/internals.h b/src/internals.h index 225d64c..2459f04 100644 --- a/src/internals.h +++ b/src/internals.h @@ -1,9 +1,9 @@ /* See LICENSE file for copyright and license details. */ #include "../zahl.h" -#include <string.h> -#include <stdlib.h> #include <errno.h> +#include <stdlib.h> +#include <string.h> /* clang pretends to be GCC... */ #if defined(__GNUC__) && defined(__clang__) |
