- File:
-
- 1 edited
-
libcfa/src/concurrency/clib/cfathread.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/clib/cfathread.h
rf5f2768 r2d028003 10 10 // Created On : Tue Sep 22 15:31:20 2020 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Feb 16 12:00:32202313 // Update Count : 512 // Last Modified On : Sat Feb 25 17:39:20 2023 13 // Update Count : 6 14 14 // 15 15 16 16 #if defined(__cforall) || defined(__cplusplus) 17 #include <sys/socket.h> // first include because of anonymous types __SOCKADDR_ARG, __CONST_SOCKADDR_ARG18 17 #include <unistd.h> 19 18 #include <errno.h> 19 #include <sys/socket.h> 20 20 21 21 extern "C" {
Note:
See TracChangeset
for help on using the changeset viewer.