summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsua/getopt.c
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-02-07 12:34:11 +0000
committerBenny Prijono <bennylp@teluu.com>2006-02-07 12:34:11 +0000
commit9cded7c4883dc2eccfddf1b74b8175ac179d5703 (patch)
tree2d2172ce3a662c0d1ff779c11477d7b3c96d1cbf /pjsip/src/pjsua/getopt.c
parent493e580f04c988e607a4fd21f369f55fa6685cb9 (diff)
Initial implementation of invite session abstraction, and updated pjsua for the new framework
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@139 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/src/pjsua/getopt.c')
-rw-r--r--pjsip/src/pjsua/getopt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pjsip/src/pjsua/getopt.c b/pjsip/src/pjsua/getopt.c
index b522c579..eae96f1b 100644
--- a/pjsip/src/pjsua/getopt.c
+++ b/pjsip/src/pjsua/getopt.c
@@ -36,6 +36,8 @@
#include "config.h"
#endif
+#include <pj/string.h>
+
#ifndef HAVE_GETOPT_LONG
/* getopt_long and getopt_long_only entry points for GNU getopt.