- File:
-
- 1 edited
-
libcfa/src/concurrency/io/call.cfa.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/call.cfa.in
r14f6a3cb r2d028003 31 31 Prelude = """#define __cforall_thread__ 32 32 33 #include <sys/socket.h> // first include because of anonymous types __SOCKADDR_ARG, __CONST_SOCKADDR_ARG34 33 #include <unistd.h> 35 34 #include <errno.h> 35 #include <sys/socket.h> 36 36 #include <time.hfa> 37 37
Note:
See TracChangeset
for help on using the changeset viewer.