summaryrefslogtreecommitdiffstats
path: root/ml/dlib/dlib/sockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'ml/dlib/dlib/sockets.h')
-rw-r--r--ml/dlib/dlib/sockets.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/ml/dlib/dlib/sockets.h b/ml/dlib/dlib/sockets.h
new file mode 100644
index 000000000..e253587ed
--- /dev/null
+++ b/ml/dlib/dlib/sockets.h
@@ -0,0 +1,20 @@
+// Copyright (C) 2003 Davis E. King (davis@dlib.net)
+// License: Boost Software License See LICENSE.txt for the full license.
+#ifndef DLIB_SOCKETs_
+#define DLIB_SOCKETs_
+
+#include "platform.h"
+
+
+#ifdef WIN32
+#include "sockets/windows.h"
+#endif
+
+#ifndef WIN32
+#include "sockets/posix.h"
+#endif
+
+#include "sockets/sockets_extensions.h"
+
+#endif // DLIB_SOCKETs_
+