mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
10 lines
149 B
C
10 lines
149 B
C
|
|
#ifndef _SPL_FILE_COMPAT_H
|
||
|
|
#define _SPL_FILE_COMPAT_H
|
||
|
|
|
||
|
|
#ifdef HAVE_FDTABLE_HEADER
|
||
|
|
#include <linux/fdtable.h>
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif /* SPL_FILE_COMPAT_H */
|
||
|
|
|