Skip to content

Commit 21758f9

Browse files
ldegiognosek
authored andcommitted
missing include was causing a warning when compiling the kernel module
1 parent 874ce72 commit 21758f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver/fillers_table.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ or GPL2.txt for full copies of the license.
99
#include "ppm_events_public.h"
1010

1111
#ifdef __KERNEL__
12+
#include <linux/compat.h>
1213
#include "ppm.h"
1314
#else
1415
#ifndef UDIG

0 commit comments

Comments
 (0)