fe4a71305a
Database Independent Abstraction Layer for C
11 lines
241 B
C
11 lines
241 B
C
--- include/dbi/dbi.h.orig Sun Nov 4 11:48:26 2001
|
|
+++ include/dbi/dbi.h Sun Nov 4 11:48:37 2001
|
|
@@ -29,6 +29,7 @@
|
|
|
|
#include <stdlib.h>
|
|
#include <stdarg.h>
|
|
+#include <time.h>
|
|
|
|
/* opaque type definitions */
|
|
typedef void * dbi_plugin;
|