summaryrefslogtreecommitdiff
path: root/main/netsock.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-03-20 17:45:29 +0000
committerRussell Bryant <russell@russellbryant.com>2008-03-20 17:45:29 +0000
commitbccebdd21ff9d8dbe290e809513ae62e11335b0d (patch)
tree26219ff369868f12b618880efa34c8265b12140a /main/netsock.c
parent3c6cf5dcc5cd9359b25646002ba6c60664e2f0d0 (diff)
Remove astobj.h from some places where it wasn't needed
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@110270 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/netsock.c')
-rw-r--r--main/netsock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/netsock.c b/main/netsock.c
index 261e234d4..eefec0833 100644
--- a/main/netsock.c
+++ b/main/netsock.c
@@ -35,6 +35,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/netsock.h"
#include "asterisk/utils.h"
+#include "asterisk/astobj.h"
struct ast_netsock {
ASTOBJ_COMPONENTS(struct ast_netsock);