1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

[OSF_ALPHA]: Include sys/mbuf.h, sys/socket.h, net/route.h.

This commit is contained in:
Richard M. Stallman 1997-07-06 23:43:39 +00:00
parent 2881ec96d6
commit e3cbb35e67

View File

@ -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