aboutsummaryrefslogtreecommitdiff
path: root/tests/evparse1.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-06-26 12:06:20 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:44 +0200
commitbb4070ecc7d92cb8ce3211ca7f637e07756eaae8 (patch)
tree33d0890cc13ce35e984f8bc6ac1a150cfdf3d17d /tests/evparse1.c
parentbed1e11f220c315e1a01b917abf200e927a1621a (diff)
Implement dimension part of event expansion, and clean up tests
Diffstat (limited to 'tests/evparse1.c')
-rw-r--r--tests/evparse1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/evparse1.c b/tests/evparse1.c
index ad037841..7b8799d6 100644
--- a/tests/evparse1.c
+++ b/tests/evparse1.c
@@ -32,9 +32,10 @@
#include <stdio.h>
+#include <string.h>
#include <stdarg.h>
-#include "../libcrystfel/src/image-hdf5.c"
+extern char **read_path_parts(const char *ev_orig, int *pn_plvals);
int main(int argc, char *argv[])
{