Diffstat (limited to 'libical/src/libical/icalvalueimpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | libical/src/libical/icalvalueimpl.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libical/src/libical/icalvalueimpl.h b/libical/src/libical/icalvalueimpl.h index 116535d..d1ba786 100644 --- a/libical/src/libical/icalvalueimpl.h +++ b/libical/src/libical/icalvalueimpl.h | |||
@@ -35,6 +35,8 @@ | |||
35 | #define ICALVALUEIMPL_H | 35 | #define ICALVALUEIMPL_H |
36 | 36 | ||
37 | #include "icalenums.h" | 37 | #include "icalenums.h" |
38 | #include "icalproperty.h" | ||
39 | #include "icalderivedvalue.h" | ||
38 | 40 | ||
39 | 41 | ||
40 | struct icalvalue_impl { | 42 | struct icalvalue_impl { |
@@ -43,10 +45,10 @@ struct icalvalue_impl { | |||
43 | char id[5]; | 45 | char id[5]; |
44 | int size; | 46 | int size; |
45 | icalproperty* parent; | 47 | icalproperty* parent; |
46 | const char* x_value; | 48 | char* x_value; |
47 | 49 | ||
48 | union data { | 50 | union data { |
49 | struct icalattachtype *v_attach; | 51 | icalattach *v_attach; |
50 | /* void *v_binary; */ /* use v_attach */ | 52 | /* void *v_binary; */ /* use v_attach */ |
51 | const char *v_string; | 53 | const char *v_string; |
52 | /*char *v_text;*/ | 54 | /*char *v_text;*/ |