aboutsummaryrefslogtreecommitdiffstats
path: root/main/devicestate.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-20 22:18:21 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-20 22:18:21 +0000
commit8d3385f5344604e2e8f31eee7bf565e88778500b (patch)
treeaf054294a844611a54aa36bfacfb7377d8074695 /main/devicestate.c
parente616a7a4e2434fe360530b21af62ea44c3700318 (diff)
move internal function declarations to include/asterisk/_private.h
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89465 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/devicestate.c')
-rw-r--r--main/devicestate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/devicestate.c b/main/devicestate.c
index 91ef8ee5d..7f00425fe 100644
--- a/main/devicestate.c
+++ b/main/devicestate.c
@@ -112,6 +112,7 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+#include "asterisk/_private.h"
#include "asterisk/channel.h"
#include "asterisk/utils.h"
#include "asterisk/lock.h"