aboutsummaryrefslogtreecommitdiff
path: root/src/sdgui.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-10-22 01:59:09 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-22 01:59:09 +0200
commit89580f2113a190494afd7e9454bad5275beda4c6 (patch)
treef943a49b7ae97e0fbd4d5d9c315099190f24e150 /src/sdgui.c
parentc7b9d657977ae907aeacc40b1eca2cbfcbddb35c (diff)
downloadtdv-89580f2113a190494afd7e9454bad5275beda4c6.tar.gz
tdv-89580f2113a190494afd7e9454bad5275beda4c6.tar.xz
tdv-89580f2113a190494afd7e9454bad5275beda4c6.zip
sdgui: cross-compile for Windows
No one bothered to ask whether it /should/ be done. The hamburger needs to be replaced with a file open dialog there.
Diffstat (limited to 'src/sdgui.c')
-rw-r--r--src/sdgui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdgui.c b/src/sdgui.c
index 127f01b..5b898c7 100644
--- a/src/sdgui.c
+++ b/src/sdgui.c
@@ -20,6 +20,7 @@
#include <glib/gi18n.h>
#include <locale.h>
+#include <stdlib.h>
#include "config.h"
#include "stardict.h"