Changeset 459

priserver will get look for headers in its parent directory
Until we find a mechanism to copy libsangoma.h and sangoma_pri.h
into /usr/include/sangoma directory

Committed by:  ncorbic
Date:  Oct 15 2005 * 00:19 (over 3 years ago)

Affected files:

libsangoma/trunk/examples/priserver.c (unified diff)

r440r459
1313 * ============================================================================
1414 */
1515
16 #include <sangoma/api.h>
17 #include <sangoma/pri.h>
16 #include "../libsangoma.h"
17 #include "../sangoma_pri.h"
1818
1919 typedef struct {
2020 int pid;