dect
/
asterisk
Archived
13
0
Fork 0

make this compile on OpenBSD again.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@154839 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mvanbaak 2008-11-05 20:33:11 +00:00
parent d06634e0de
commit bf697924ac
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision: 111213 $")
#include <sys/stat.h>
#include <fcntl.h>
#include <gmime/gmime.h>
#if defined (__OpenBSD__)
#include <libgen.h>
#endif
#include "asterisk/linkedlists.h"
#include "asterisk/http.h"