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
260 B
C++
11 lines
260 B
C++
--- hk_classes/hk_actionquery.cpp.orig Wed Mar 10 22:55:49 2004
|
|
+++ hk_classes/hk_actionquery.cpp Wed Mar 10 22:56:40 2004
|
|
@@ -12,6 +12,8 @@
|
|
#include "hk_actionquery.h"
|
|
#include "hk_database.h"
|
|
|
|
+#include <time.h>
|
|
+
|
|
class hk_actionqueryprivate
|
|
{
|
|
public:
|