checkpoint

This commit is contained in:
Mark Andrews
2001-04-02 07:23:56 +00:00
parent 87c7112365
commit 5d989a8b8b

View File

@@ -1,6 +1,13 @@
#ifndef port_after_h
#define port_after_h
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/param.h>
#if (!defined(BSD)) || (BSD < 199306)
#include <sys/bitypes.h>
#endif
@NEED_PSELECT@
@HAVE_SA_LEN@
@HAVE_MINIMUM_IFREQ@