yacreader/YACReaderLibrary
Jan Beich 65a77daa75 Explicitly include <sys/socket.h>
server_config_dialog.cpp:57:30: error: member access into incomplete type 'struct sockaddr'
            if (ifa->ifa_addr->sa_family == AF_INET) { // check it is IP4
                             ^
/usr/local/include/qt5/QtNetwork/qhostaddress.h:50:8: note: forward declaration of 'sockaddr'
struct sockaddr;
       ^
server_config_dialog.cpp:61:27: error: use of undeclared identifier 'AF_INET'
                inet_ntop(AF_INET, tmpAddrPtr, addressBuffer, INET_ADDRSTRLEN);
                          ^
server_config_dialog.cpp:64:37: error: member access into incomplete type 'struct sockaddr'
            } else if (ifa->ifa_addr->sa_family == AF_INET6) { // check it is IP6
                                    ^
/usr/local/include/qt5/QtNetwork/qhostaddress.h:50:8: note: forward declaration of 'sockaddr'
struct sockaddr;
       ^
server_config_dialog.cpp:68:27: error: use of undeclared identifier 'AF_INET6'
                inet_ntop(AF_INET6, tmpAddrPtr, addressBuffer, INET6_ADDRSTRLEN);
                          ^
2019-11-26 19:03:34 +00:00
..
2019-09-25 17:38:59 +02:00
2019-06-01 16:04:48 +02:00
2019-09-24 12:00:21 +02:00
2019-06-01 16:04:48 +02:00
2019-06-01 16:04:48 +02:00
2019-06-01 16:04:48 +02:00
2019-06-01 16:04:48 +02:00
2019-05-30 19:46:37 +02:00
2019-06-01 16:04:48 +02:00
2019-06-01 16:04:48 +02:00
2019-06-01 16:04:48 +02:00
2019-06-01 16:04:48 +02:00
2019-09-16 23:44:30 +02:00
2019-06-01 16:04:48 +02:00
2019-06-01 16:04:48 +02:00
2018-08-07 11:09:02 +02:00
2019-06-01 16:04:48 +02:00
2019-06-01 16:04:48 +02:00
2019-06-01 16:04:48 +02:00
2019-08-31 09:35:32 +02:00
2019-06-01 16:04:48 +02:00
2019-09-20 16:38:11 +02:00
2019-06-01 16:04:48 +02:00
2019-09-19 22:49:00 +02:00
2019-06-01 16:04:48 +02:00
2018-08-15 14:43:14 +02:00
2018-08-15 14:43:14 +02:00
2018-06-16 08:28:50 +02:00
2018-06-16 08:28:50 +02:00
2018-06-16 08:28:50 +02:00
2018-06-16 08:28:50 +02:00
2018-06-16 08:28:50 +02:00
2018-06-16 08:28:50 +02:00