sgug-rse
sgug-rse copied to clipboard
not working
Failing at this:
source/dialogs/run.c: In function 'get_apps':
source/dialogs/run.c:256:26: error: 'struct dirent' has no member named 'd_type'
256 | if ( dent->d_type != DT_REG && dent->d_type != DT_LNK && dent->d_type != DT_UNKNOWN ) {