aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/native/timespec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jogl/native/timespec.h')
-rw-r--r--src/jogl/native/timespec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jogl/native/timespec.h b/src/jogl/native/timespec.h
index 671eb4716..f900bfa16 100644
--- a/src/jogl/native/timespec.h
+++ b/src/jogl/native/timespec.h
@@ -5,6 +5,7 @@
void timespec_now(struct timespec *ts);
void timespec_addms(struct timespec *ts, long ms);
+void timespec_addmicros(struct timespec *ts, long micro);
void timespec_addns(struct timespec *ts, long ns);
/** returns 0: a==b, >0: a>b, <0: a<b */