commit | d2c5dfdf0c746bb0d0365505577461f0058aedf9 | [log] [tgz] |
---|---|---|
author | Andrey Zonov <zont@FreeBSD.org> | Sun Aug 05 00:16:55 2012 +0400 |
committer | Petr Machata <pmachata@redhat.com> | Wed Aug 29 18:49:49 2012 +0200 |
tree | 4353a81afeca8928bd2917b20a107137df12c415 | |
parent | 9d878c9d7600d313a2b2c53201569db790ec2c61 [diff] [blame] |
Add missed header for struct timeval
diff --git a/proc.h b/proc.h index e04c29c..dbf34e7 100644 --- a/proc.h +++ b/proc.h
@@ -25,6 +25,8 @@ #include "config.h" +#include <sys/time.h> + #if defined(HAVE_LIBUNWIND) # include <libunwind.h> #endif /* defined(HAVE_LIBUNWIND) */