Source code quote in C++n° 296
1 July, 2016 at 01:30
/* ... */
/* BUG: Remember to always include the following three header files anytime you use inet_ntop otherwise
* you get segmentation fault!!!
*/
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
/* ... */