cec: clean ups and only include what we need from lib/platform.
[deb_libcec.git] / src / lib / platform / posix / os-types.h
index 99bacb3a0ee868683384ab5e72843824516037cb..521c89a0aa710d75b4668c5871b0d363a87e00a3 100644 (file)
@@ -33,3 +33,7 @@
 #define LIBTYPE
 #define DECLSPEC
 
+typedef int socket_t;
+#define INVALID_SOCKET (-1)
+#define SOCKET_ERROR   (-1)
+