forked from Lainports/freebsd-ports
- portlint - utilize OPTIONS - Add ODBC driver - Pass Maintainership to submitter PR: 64072 Submitted by: Sergey Matveychuk <sem@ciam.ru>
11 lines
253 B
C++
11 lines
253 B
C++
--- hk_classes/hk_datasource.cpp.orig Wed Mar 10 22:57:45 2004
|
|
+++ hk_classes/hk_datasource.cpp Wed Mar 10 22:58:01 2004
|
|
@@ -19,7 +19,7 @@
|
|
#include <algorithm>
|
|
#include <list>
|
|
#include <stdlib.h>
|
|
-
|
|
+#include <time.h>
|
|
|
|
class hk_datasourceprivate
|
|
{
|