mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 05:08:56 +00:00
11 lines
136 B
C
11 lines
136 B
C
#pragma once
|
|
|
|
#ifdef SERENITY
|
|
#include <Kernel/ktime.h>
|
|
#else
|
|
#include <time.h>
|
|
#define ktime time
|
|
#define klocaltime localtime
|
|
#endif
|
|
|