Skip to content
Snippets Groups Projects
Commit 2f1c9c69 authored by Mark Spencer's avatar Mark Spencer
Browse files

Add missing include (bug #2040)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3433 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 0c6b76f7
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@
#include <asterisk/config.h>
#include <asterisk/cli.h>
#include <asterisk/manager.h>
#include <asterisk/utils.h>
#include <stdlib.h>
#include <errno.h>
#include <unistd.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment