aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-12-06 17:02:09 +0100
committerThomas White <taw@physics.org>2018-12-06 17:02:09 +0100
commitc1e9225a734bf1e5450fc43c4b3b898d84cf7dbb (patch)
treed2bdeb08a5b7b3cf581e06d910d6a267a516e700
parent20c476104e67a9b98caeefd857cab84320fc916a (diff)
make_pixelmap: Fix #include
-rw-r--r--src/make_pixelmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make_pixelmap.c b/src/make_pixelmap.c
index dfd91907..b6e174b5 100644
--- a/src/make_pixelmap.c
+++ b/src/make_pixelmap.c
@@ -42,7 +42,7 @@
#include <getopt.h>
#include <assert.h>
-#include "crystfel/detector.h"
+#include "detector.h"
static void show_help(const char *s)