Mercurial > hg > libxtract
comparison src/scalar.c @ 232:f7a7a54e9de4
Add stdint include
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Wed, 04 Jun 2014 18:07:47 +0100 |
parents | 611e521cb701 |
children | 66ebf1399a29 |
comparison
equal
deleted
inserted
replaced
231:611e521cb701 | 232:f7a7a54e9de4 |
---|---|
26 #include <stdlib.h> | 26 #include <stdlib.h> |
27 #include <string.h> | 27 #include <string.h> |
28 #include <stdio.h> | 28 #include <stdio.h> |
29 #include <math.h> | 29 #include <math.h> |
30 #include <limits.h> | 30 #include <limits.h> |
31 #include <stdint.h> | |
31 | 32 |
32 #ifndef DBL_MAX | 33 #ifndef DBL_MAX |
33 #include <float.h> /* on Linux DBL_MAX is in float.h */ | 34 #include <float.h> /* on Linux DBL_MAX is in float.h */ |
34 #endif | 35 #endif |
35 | 36 |