mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 13:13:04 +08:00
12 lines
150 B
C
12 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
|
|
|