Merge pull request #605 from marckleinebudde/lib_h-selfcontained

lib.h: include linux/can.h
pull/607/head
Marc Kleine-Budde 2025-11-07 12:34:08 +01:00 committed by GitHub
commit 340a3b8c92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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