diff options
author | Thomas White <taw@physics.org> | 2020-11-30 16:16:48 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-11-30 17:32:30 +0100 |
commit | 0ae37898f3d5ed0a8d73fa35d92f99ae179d13e6 (patch) | |
tree | 23ad68b7af316775b71848c56a27320fc0929de6 /src/gui_backend_slurm.c | |
parent | d4a5907123f3fa4a401e6f45a68ee6885a1086c9 (diff) |
Move get_crystfel_exe and get_crystfel_path_str to crystfel_gui.c
Diffstat (limited to 'src/gui_backend_slurm.c')
-rw-r--r-- | src/gui_backend_slurm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_backend_slurm.c b/src/gui_backend_slurm.c index 69d7b31f..0011131c 100644 --- a/src/gui_backend_slurm.c +++ b/src/gui_backend_slurm.c @@ -38,6 +38,7 @@ #include "gui_project.h" #include "gui_index.h" +#include "crystfel_gui.h" struct slurm_indexing_opts |