summaryrefslogtreecommitdiff
path: root/apps/app_osplookup.c
diff options
context:
space:
mode:
authorDwayne M. Hubbard <dwayne.hubbard@gmail.com>2007-12-19 00:09:05 +0000
committerDwayne M. Hubbard <dwayne.hubbard@gmail.com>2007-12-19 00:09:05 +0000
commit1de09e03cbfb17358b0b4f24f54bc941befeae46 (patch)
tree3d0dfa9ddb1c2186180c308db6c32c40f8ce770e /apps/app_osplookup.c
parent8ea611a9add39cfdb2026a384cde57de0874ce71 (diff)
add missing header file
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93827 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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"