diff options
Diffstat (limited to 'tests/evparse1.c')
-rw-r--r-- | tests/evparse1.c | 3 |
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[]) { |