about summary refs log tree commit diff
path: root/time/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'time/time.h')
-rw-r--r--time/time.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/time/time.h b/time/time.h
index 7479e8fa6b..58d5479354 100644
--- a/time/time.h
+++ b/time/time.h
@@ -127,6 +127,10 @@ struct itimerspec
     struct timespec it_interval;
     struct timespec it_value;
   };
+
+/* We can use a simple forward declaration.  */
+struct sigevent;
+
 #endif	/* POSIX.1b */