aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/shell.c
blob: 916ae28741770c2655982eb9582247f1a36c0c6d (plain)
1
2
3
4
5
6
7
/*
 * this doesn't work for Windows, but it should be possible with MinGW or
 * Cygwin <hans@at.or.at>
 */
#ifndef WIN32
#include "../../ggee/control/shell.c"
#endif