From 6a683a1ee8a9f6d9915cd8b47f71b6c1bb3d5411 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher <tilghman@meg.abyt.es> Date: Fri, 7 May 2010 22:09:09 +0000 Subject: [PATCH] Fix build on Linux git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@261964 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- addons/ooh323c/src/ooh323.c | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/ooh323c/src/ooh323.c b/addons/ooh323c/src/ooh323.c index 01cb7c7940..c266b19eb4 100644 --- a/addons/ooh323c/src/ooh323.c +++ b/addons/ooh323c/src/ooh323.c @@ -16,6 +16,7 @@ #include "asterisk.h" #include "asterisk/lock.h" +#include "asterisk/time.h" #include <time.h> #include "ootypes.h" -- GitLab