Switch nvr file iteration code to the local dirent implementation

This commit is contained in:
RichardG867
2021-04-17 20:17:49 -03:00
parent 867f76d9b4
commit 6ab6bcd7a3

View File

@@ -32,7 +32,6 @@
#include <string.h>
#include <stdlib.h>
#include <wchar.h>
#include <dirent.h>
#define HAVE_STDARG_H
#include <86box/86box.h>
#include "cpu.h"
@@ -64,6 +63,7 @@
#include <86box/video.h>
#include <86box/plat.h>
#include <86box/plat_midi.h>
#include <86box/plat_dir.h>
#include <86box/ui.h>