mirror of
https://github.com/kenzok8/small-package.git
synced 2026-01-14 03:14:58 +08:00
10 lines
148 B
C
10 lines
148 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 |