mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Fix compilation on AmigaOS 4.
This commit is contained in:
@@ -25,11 +25,13 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
#include <proto/dos.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "time.h"
|
||||
#if defined(__amigaos4__)
|
||||
#include <dos/obsolete.h>
|
||||
#endif
|
||||
|
||||
#include "../include/defs.h"
|
||||
#include "../log.h"
|
||||
#include "time.h"
|
||||
|
||||
void Timestamps(const char* path)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user