mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
parser-inc: add timespec
This commit is contained in:
parent
57578ee58f
commit
684a58e7e9
@ -1 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdtypedefs.h>
|
||||
|
||||
struct timespec {
|
||||
time_t tv_sec;
|
||||
long tv_nsec;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user