Add back from oldpackages with fixes for build errors and UCIfication (for LuCI app submitted in a related PR (against LuCI repo)). NOTE: Untested packages have been marked with @BROKEN. This can be undone of others report success with the sniffer Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
11 lines
150 B
C
11 lines
150 B
C
#ifndef _NET_PPP_DEFS_H
|
|
#define _NET_PPP_DEFS_H
|
|
|
|
#define __need_time_t
|
|
#include <time.h>
|
|
|
|
#include <asm/types.h>
|
|
#include <linux/ppp_defs.h>
|
|
|
|
#endif
|
|
|