equal
deleted
inserted
replaced
2 * $Id: PacketWriter.cpp 54 2008-01-10 00:24:52Z mbroeker $ |
2 * $Id: PacketWriter.cpp 54 2008-01-10 00:24:52Z mbroeker $ |
3 * $URL: http://localhost/svn/cpp/qMonitor/trunk/PacketWriter.cpp $ |
3 * $URL: http://localhost/svn/cpp/qMonitor/trunk/PacketWriter.cpp $ |
4 */ |
4 */ |
5 |
5 |
6 #include <PacketWriter.h> |
6 #include <PacketWriter.h> |
|
7 #include <cstdlib> |
7 |
8 |
8 extern "C" { |
9 extern "C" { |
9 #include <sys/socket.h> |
10 #include <sys/socket.h> |
10 #include <netinet/in.h> |
11 #include <netinet/in.h> |
11 #include <arpa/inet.h> |
12 #include <arpa/inet.h> |