Browse code

Fix win32 and mac osx build.

Török Edvin authored on 2009/12/12 04:12:38
Showing 2 changed files
... ...
@@ -21,6 +21,7 @@
21 21
 #ifndef __FMAP_H
22 22
 #define __FMAP_H
23 23
 
24
+#include <time.h>
24 25
 #include "cltypes.h"
25 26
 
26 27
 typedef struct {
... ...
@@ -53,6 +53,7 @@ EXPORTS cli_bytecode_load
53 53
 EXPORTS cli_bytecode_init
54 54
 EXPORTS cli_bytecode_debug
55 55
 EXPORTS cli_bytecode_debug_printsrc
56
+EXPORTS cli_bytecode_printversion
56 57
 
57 58
 ; shared stuff - to be either double compiled into the tools or treated like cli_xxx
58 59
 EXPORTS opendir
... ...
@@ -106,4 +107,4 @@ EXPORTS w32_inet_ntop
106 106
 EXPORTS w32_gethostbyname
107 107
 EXPORTS w32_select
108 108
 
109
-EXPORTS w32_stat
110 109
\ No newline at end of file
110
+EXPORTS w32_stat