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

Attempt to fix a FreeBSD build error by including sys/stat.h.

parent 90ac07ce
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#if defined(__NetBSD__) || defined(__FreeBSD__)
#include <pthread.h>
#include <signal.h>
#include <sys/stat.h>
#else
#include <sys/signal.h>
#endif
......
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