Rudiments
socketlayerincludes.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information.
3
4#include <rudiments/object.h>
5
6#ifdef RUDIMENTS_HAVE_SYS_TYPES_H
7 #include <sys/types.h>
8#endif
9
10class filedescriptor;
Definition filedescriptor.h:13