diff options
author | Thomas White <taw@physics.org> | 2020-09-17 14:33:41 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-09-17 14:33:41 +0200 |
commit | ed29c699984d0276e19499548eae5d6abf26904c (patch) | |
tree | 2344323231fa73838e3c756d05cbf9fc1a78dbb7 /libcrystfel | |
parent | ac40ac2f2b6c7785d58a4c4f08ff1702de7cc4ee (diff) |
Add missing include
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/image-cbf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/image-cbf.c b/libcrystfel/src/image-cbf.c index 0011ac69..c2a4e9cb 100644 --- a/libcrystfel/src/image-cbf.c +++ b/libcrystfel/src/image-cbf.c @@ -35,6 +35,7 @@ #include <math.h> #include <stdio.h> #include <zlib.h> +#include <unistd.h> #include "image.h" #include "utils.h" |