network: change sys/time.h include to time.h

This commit is contained in:
David Hrdlička
2020-12-16 20:35:07 +01:00
parent 0af59ef40c
commit 339468f25c

View File

@@ -54,7 +54,7 @@
#include <string.h>
#include <stdlib.h>
#include <wchar.h>
#include <sys/time.h>
#include <time.h>
#define HAVE_STDARG_H
#include <86box/86box.h>
#include <86box/device.h>