chiark / gitweb /
Source code reorganization:
[disorder] / lib / timeval.h
index c2cd10696f4b9cbc6bfc7902290f1f3c03d06093..10b02ea2080693692241ba8addf6aabd432e765d 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef TIMEVAL_H
 #define TIMEVAL_H
 
 #ifndef TIMEVAL_H
 #define TIMEVAL_H
 
+#include <time.h>
+
 static inline struct timeval tvsub(const struct timeval a,
                                    const struct timeval b) {
   struct timeval r;
 static inline struct timeval tvsub(const struct timeval a,
                                    const struct timeval b) {
   struct timeval r;