Rename time.h to dostime.h to prevent conflicts with older compilers.

This commit is contained in:
2021-04-06 04:10:28 +01:00
parent 15f0b7b534
commit 8424af120c
3 changed files with 19 additions and 19 deletions

View File

@@ -36,7 +36,7 @@ Copyright (C) 2011-2021 Natalia Portillo
#include "../include/defs.h"
#include "../log.h"
#include "dosdefs.h"
#include "time.h"
#include "dostime.h"
void Timestamps(const char* path)
{