diff options
author | Thomas White <taw@physics.org> | 2021-08-11 21:32:55 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-08-11 21:42:40 +0200 |
commit | f0473ac9af56b6aa69f0334d9ac22f41bebeec38 (patch) | |
tree | 82e5dbc0286a7106c04574dcb509f8b1c5d77d51 /src | |
parent | 83989a0048e859a612e707fc9e45c6bd5549d624 (diff) |
Add a missing include
Diffstat (limited to 'src')
-rw-r--r-- | src/gtk-util-routines.c | 1 |
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> |