mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 04:35:44 +00:00
[OSF_ALPHA]: Include sys/mbuf.h, sys/socket.h, net/route.h.
This commit is contained in:
parent
9033f1a656
commit
cf9aa5b70b
1 changed files with 3 additions and 0 deletions
|
@ -159,6 +159,9 @@ extern int errno;
|
|||
|
||||
# if defined (__osf__) && (defined (__alpha) || defined (__alpha__))
|
||||
# define OSF_ALPHA
|
||||
# include <sys/mbuf.h>
|
||||
# include <sys/socket.h>
|
||||
# include <net/route.h>
|
||||
# include <sys/table.h>
|
||||
# endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue