The three following lines has to be added at top of config.h to get CommonC++ to build under Irix6.5.4 on an SGI machine.
It has been like this since early dawn, 1.3 something.
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Still problems under IRIX.
The three following lines has to be added at top of config.h to get CommonC++ to build under Irix6.5.4 on an SGI machine.
It has been like this since early dawn, 1.3 something.
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>