aboutsummaryrefslogtreecommitdiff
path: root/src/gui_backend_local.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-05-04 15:01:02 +0200
committerThomas White <taw@physics.org>2020-07-29 18:42:57 +0200
commit26861a1ad1d3854e3f0acc9479fd5f5cc1135bdd (patch)
treec2c40c7c939d1140e851fb87841a0eb20803880d /src/gui_backend_local.c
parent6253b9603cf27e91a5f147943f6c32a35fd4d956 (diff)
Move GUI project structure stuff to gui_project.h
Diffstat (limited to 'src/gui_backend_local.c')
-rw-r--r--src/gui_backend_local.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_backend_local.c b/src/gui_backend_local.c
index bd856f18..640dce5d 100644
--- a/src/gui_backend_local.c
+++ b/src/gui_backend_local.c
@@ -29,6 +29,7 @@
#include <pty.h>
#include <glib.h>
#include <sys/wait.h>
+#include <gtk/gtk.h>
#include "crystfel_gui.h"