lib.h: include linux/can.h

Make lib.h self contained, so that language servers can parse it without
errors.
pull/605/head
Marc Kleine-Budde 2025-11-07 12:28:49 +01:00
parent 8bf5f8873f
commit d6c57240ed
1 changed files with 2 additions and 0 deletions

2
lib.h
View File

@ -49,6 +49,8 @@
#include <stddef.h>
#include <stdio.h>
#include <linux/can.h>
#ifdef DEBUG
#define pr_debug(fmt, args...) printf(fmt, ##args)
#else