aboutsummaryrefslogtreecommitdiff
path: root/net/rp-pppoe/files/ppp_defs.h
blob: 3a1e7581e1d440eed5a9bc6d4bb0e4064038cf32 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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