Browse Source

MT#55283 use #ifdef instead of #if

Change-Id: Ice3e902193c4bcd4d6852b50ebaf0bb6a666af09
rfuchs/test
Richard Fuchs 1 year ago
parent
commit
150ee6dbde
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel-module/xt_RTPENGINE.c

+ 1
- 1
kernel-module/xt_RTPENGINE.c View File

@ -34,7 +34,7 @@
#include <linux/math64.h>
#include <linux/kthread.h>
#include <linux/wait.h>
#if CONFIG_BTREE
#ifdef CONFIG_BTREE
#include <linux/btree.h>
#define KERNEL_PLAYER
#else


Loading…
Cancel
Save