Changeset 6347 for trunk/licq/include/licq_socket.h
- Timestamp:
- 06/19/08 08:33:01 (6 months ago)
- Files:
-
- 1 modified
-
trunk/licq/include/licq_socket.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/include/licq_socket.h
r6181 r6347 6 6 #endif 7 7 8 #include <sys/types.h>9 #include <sys/socket.h>10 #include <netinet/in.h>11 8 #include <arpa/inet.h> 12 #include <unistd.h>13 #include <strings.h>14 9 #include <vector> 15 10 #include <list> … … 17 12 #include "pthread_rdwr.h" 18 13 19 #include "licq_proxy.h"20 14 #include "licq_buffer.h" 21 15 #include "licq_constants.h" 16 17 class ProxyServer; 22 18 23 19 char *inet_ntoa_r(struct in_addr in, char *buf);
