diff options
Diffstat (limited to 'include/net/ppp_defs.h')
-rw-r--r-- | include/net/ppp_defs.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/net/ppp_defs.h b/include/net/ppp_defs.h new file mode 100644 index 000000000..f8924c4f2 --- /dev/null +++ b/include/net/ppp_defs.h @@ -0,0 +1,10 @@ +#ifndef _NET_PPP_DEFS_H +#define _NET_PPP_DEFS_H 1 + +#define __need_time_t +#include <time.h> + +#include <asm/types.h> +#include <linux/ppp_defs.h> + +#endif /* net/ppp_defs.h */ |