From 4c8c2a65ead2089c30c431ef34c31d4e0c7b9cb3 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 20 Mar 2006 12:39:24 +0000 Subject: Ported pjlib to PowerPC/MacOS git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@338 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/compat/time.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pjlib/include/pj/compat/time.h') diff --git a/pjlib/include/pj/compat/time.h b/pjlib/include/pj/compat/time.h index 2a2bc397..3ec73a7d 100644 --- a/pjlib/include/pj/compat/time.h +++ b/pjlib/include/pj/compat/time.h @@ -28,9 +28,14 @@ # include #endif +#if defined(PJ_HAS_SYS_TIME_H) && PJ_HAS_SYS_TIME_H != 0 +# include +#endif + #if defined(PJ_HAS_SYS_TIMEB_H) && PJ_HAS_SYS_TIMEB_H != 0 # include #endif #endif /* __PJ_COMPAT_TIME_H__ */ + -- cgit v1.2.3