Skip to content
  • Fredrik Fornwall's avatar
    Use <dirent.h> instead of <sys/dir.h> · 00279d69
    Fredrik Fornwall authored
    Using <dirent.h> and struct dirent instead of <sys/dir.h> and struct direct
    is preferred and works on Android which lacks sys/dir.h.
    
    See:
    http://pubs.opengroup.org/onlinepubs/009695399/basedefs/dirent.h.html
    00279d69