mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 01:32:14 -05:00
10 lines
136 B
C
10 lines
136 B
C
#pragma once
|
|
|
|
#ifdef SERENITY
|
|
#include <Kernel/ktime.h>
|
|
#else
|
|
#include <time.h>
|
|
#define ktime time
|
|
#define klocaltime localtime
|
|
#endif
|
|
|