aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image-hdf5.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-07-30 11:55:35 +0200
committerThomas White <taw@physics.org>2020-07-30 11:55:35 +0200
commita833ebad16444a66c146a3ddd686b1b6b2050ab9 (patch)
treed3b72cc3dbb7dc873dde58fb3fa1b24be0b12b04 /libcrystfel/src/image-hdf5.c
parentcdf82a24bb4ca8f643305f4aee5c70cbc1bf9fb4 (diff)
Add missing config.h includes
Diffstat (limited to 'libcrystfel/src/image-hdf5.c')
-rw-r--r--libcrystfel/src/image-hdf5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/image-hdf5.c b/libcrystfel/src/image-hdf5.c
index c03bf2d2..146918ee 100644
--- a/libcrystfel/src/image-hdf5.c
+++ b/libcrystfel/src/image-hdf5.c
@@ -27,7 +27,9 @@
*
*/
+#ifdef HAVE_CONFIG_H
#include <config.h>
+#endif
#include <stdlib.h>
#include <assert.h>