diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-16 10:03:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-16 10:03:48 +0000 |
commit | 31c580aa61615bcea5625ae884db7ad965bb1829 (patch) | |
tree | 339b08a4af0ede91cee0fd814101e9ff2533ba22 /include/net/ppp_defs.h | |
parent | 6fce1235bea41b65a0b7a978c65b908c736365d4 (diff) |
linux 2.0.x kernels have broken header files. It is silly to be so
tightly coupled to kernel headers (since the 2.2 ones work with 2.0
as well), so I'm checking in include/net.
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 */ |