mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +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
291 B
C++
11 lines
291 B
C++
--- ./src/inet/SBinetHttpStream.cpp.orig Fri Dec 29 10:58:52 2006
|
|
+++ ./src/inet/SBinetHttpStream.cpp Fri Dec 29 10:59:06 2006
|
|
@@ -35,6 +35,7 @@
|
|
#include <windows.h>
|
|
#endif
|
|
|
|
+#include <sys/types.h>
|
|
#include <sys/timeb.h> // for _ftime( )/ftime( )
|
|
#include <assert.h>
|
|
|