mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
a1ee2deb53
sipX family. WWW: http://sipx-wiki.calivia.com/index.php/Main_Page PR: ports/107931 Submitted by: Michael Durian <durian at shadetreesoftware.com>
11 lines
351 B
C++
11 lines
351 B
C++
--- ./src/log/SBlogOSUtils.cpp.orig Fri Dec 29 10:50:07 2006
|
|
+++ ./src/log/SBlogOSUtils.cpp Fri Dec 29 10:50:26 2006
|
|
@@ -37,6 +37,7 @@
|
|
#include <sys/times.h> // For times( )
|
|
#endif
|
|
|
|
+#include <sys/types.h>
|
|
#include <sys/timeb.h> // for ftime( )/_ftime( )
|
|
#include <sys/stat.h> // for stat( )
|
|
|