On Mon, May 15, 2017 at 10:17:51AM +0200, Petr Kulhavy wrote:
> On some targets the time_t structure was missing and the compilation was 
> failing.
> 
> Signed-off-by: Petr Kulhavy <br...@jikos.cz>
> ---
>  util.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/util.h b/util.h
> index e912f19..3efde5c 100644
> --- a/util.h
> +++ b/util.h
> @@ -22,6 +22,7 @@
>  
>  #include "ddt.h"
>  #include "ether.h"
> +#include <time.h>

This patch is no longer needed, since Stephen Walker fixed the same
issue just the other day.

[ BTW, We put the standard includes <> first, then the local includes "" ]

Thanks,
Richard


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to