aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-09-17 14:33:41 +0200
committerThomas White <taw@physics.org>2020-09-17 14:33:41 +0200
commited29c699984d0276e19499548eae5d6abf26904c (patch)
tree2344323231fa73838e3c756d05cbf9fc1a78dbb7
parentac40ac2f2b6c7785d58a4c4f08ff1702de7cc4ee (diff)
Add missing include
-rw-r--r--libcrystfel/src/image-cbf.c1
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"