Skip to content
Snippets Groups Projects
Commit c23ff728 authored by Russell Bryant's avatar Russell Bryant
Browse files

Resolve compiler warning on FreeBSD.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@254801 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent b69245f8
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@
#include <netdb.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <sys/signal.h>
#include <asterisk/lock.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