packages/utils/canutils/patches/010-time.patch
Rosen Penev 66191f481e
canutils: update to 2020.11.0
Renamed j* tools to their new versions.

Remove upstreamed patches.

Add missing time.h header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-19 16:17:42 -08:00

10 lines
185 B
Diff

--- a/j1939cat.c
+++ b/j1939cat.c
@@ -13,6 +13,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
#include <linux/errqueue.h>