diff options
author | Thomas White <taw@physics.org> | 2015-08-14 17:29:22 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-08-14 17:29:22 +0200 |
commit | 561b165ef8507d8379ff66ab7bd265f977a98f1a (patch) | |
tree | 113b8f5f99ed7f756b6c14fe4d4430c7e6689487 | |
parent | ab770f18ff2740c3c1aa94c25eb547f0d60bc4c5 (diff) |
Fix includes
-rw-r--r-- | libcrystfel/src/asdf.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcrystfel/src/asdf.c b/libcrystfel/src/asdf.c index 132db47d..248da92c 100644 --- a/libcrystfel/src/asdf.c +++ b/libcrystfel/src/asdf.c @@ -28,6 +28,12 @@ * */ +#define _ISOC99_SOURCE + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdlib.h> #include <stdio.h> #include <math.h> |