aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_osplookup.c
diff options
context:
space:
mode:
authordhubbard <dhubbard@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-19 00:09:05 +0000
committerdhubbard <dhubbard@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-19 00:09:05 +0000
commit7116d4562d1d3be51df596ea3ec10a2bd53c7ee5 (patch)
tree3d0dfa9ddb1c2186180c308db6c32c40f8ce770e /apps/app_osplookup.c
parent8cfc775363930af1db53aa412b543bd38ea7b958 (diff)
add missing header file
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@93827 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_osplookup.c')
-rw-r--r--apps/app_osplookup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c
index 46618f43e..a65ecf665 100644
--- a/apps/app_osplookup.c
+++ b/apps/app_osplookup.c
@@ -40,6 +40,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <osp/osp.h>
#include <osp/osputils.h>
+#include "asterisk/paths.h"
#include "asterisk/lock.h"
#include "asterisk/config.h"
#include "asterisk/utils.h"