commit | 8a9ad0863d8019360d96bbbd4460ffc7a8757933 | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Tue Dec 04 17:44:55 2012 +0100 |
committer | Petr Machata <pmachata@redhat.com> | Fri Mar 08 22:52:31 2013 +0100 |
tree | 0f5e3c9a37fe1e15c53a6447f9f62f9fb284f3ca | |
parent | 3535932c3d656571aa4e282312ca95f4fe0587f1 [diff] [blame] |
options.h needs to include sys/time.h for struct timeval tv
diff --git a/options.h b/options.h index e1cc823..4533471 100644 --- a/options.h +++ b/options.h
@@ -23,6 +23,7 @@ #include <stdio.h> #include <sys/types.h> +#include <sys/time.h> #include "forward.h"