Module: sip-router
Branch: master
Commit: 370b7020fc9b1b22e5ecce323f311a5daee5d958
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=370b702…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Sat Apr 30 09:57:44 2011 +0200
p_usrloc: include <time.h> to make compiler happy on mac os x
---
modules_k/p_usrloc/ul_check.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules_k/p_usrloc/ul_check.h b/modules_k/p_usrloc/ul_check.h
index f8fe10a..1e461a3 100644
--- a/modules_k/p_usrloc/ul_check.h
+++ b/modules_k/p_usrloc/ul_check.h
@@ -22,6 +22,8 @@
#ifndef SP_P_USRLOC_CHECK_H
#define SP_P_USRLOC_CHECK_H
+#include <time.h>
+
#include "../../lock_ops.h"
struct check_data {