Files
github-actions[bot] 16a922f897 update-09.24
2021-09-24 23:37:27 +08:00

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