Comment 3 for bug 684878

Revision history for this message
Alex Stevens (alex-stevens) wrote :

Note the error in my comment above, they should be:
#include "Netcommon.h"
to
#include <groupsock/Netcommon.h>

Instead of:
#includes "Netcommon.h"
to
#includes <groupsock/Netcommon.h>