mirror of
https://github.com/openwrt/packages.git
synced 2025-12-27 08:20:00 +04:00
Renamed j* tools to their new versions. Remove upstreamed patches. Add missing time.h header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 lines
185 B
Diff
11 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>
|