Browse Source

fix kernel compilation for older kernel versions

also works for 4.0+ kernels

fixes #151
changes/69/2669/1
Richard Fuchs 10 years ago
parent
commit
e7ad47744f
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

@ -20,7 +20,7 @@
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0)
#include <linux/bsearch.h>
#endif
#include <linux/atomic.h>
#include <asm/atomic.h>
#include <linux/netfilter_ipv4/ip_tables.h>
#include <linux/netfilter_ipv4.h>
#include <linux/netfilter_ipv6.h>


Loading…
Cancel
Save