aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-08-11 21:32:55 +0200
committerThomas White <taw@physics.org>2021-08-11 21:42:40 +0200
commitf0473ac9af56b6aa69f0334d9ac22f41bebeec38 (patch)
tree82e5dbc0286a7106c04574dcb509f8b1c5d77d51 /src
parent83989a0048e859a612e707fc9e45c6bd5549d624 (diff)
Add a missing include
Diffstat (limited to 'src')
-rw-r--r--src/gtk-util-routines.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtk-util-routines.c b/src/gtk-util-routines.c
index ca39d861..d94c3fe3 100644
--- a/src/gtk-util-routines.c
+++ b/src/gtk-util-routines.c
@@ -32,6 +32,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <errno.h>
#include <math.h>
#include <gtk/gtk.h>