Solstice X.25 9.2 Developer's Guide

13.1 Include Files for User Programs

Sockets-based Solstice X.25 application programs need to have the following include statements in addition to any standard SunOS system files that may be needed:

#include <sys/iocom.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sundev/syncstat.h>
#include <netx25/x25_pk.h>
#include <netx25/x25_ctl.h>
#include <netx25/x25_ioctl.h>

This is illustrated in the sample programs provided.