summaryrefslogtreecommitdiffstats
path: root/src/plist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plist.h')
-rw-r--r--src/plist.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plist.h b/src/plist.h
index 449a3f7..80a3f7f 100644
--- a/src/plist.h
+++ b/src/plist.h
@@ -25,7 +25,6 @@
25#include "plist/plist.h" 25#include "plist/plist.h"
26 26
27#include <stdint.h> 27#include <stdint.h>
28#include <wchar.h>
29 28
30#include <sys/types.h> 29#include <sys/types.h>
31#include <sys/stat.h> 30#include <sys/stat.h>
@@ -42,7 +41,7 @@ struct plist_data_s {
42 uint64_t intval; 41 uint64_t intval;
43 double realval; 42 double realval;
44 char *strval; 43 char *strval;
45 wchar_t *unicodeval; 44 gunichar2 *unicodeval;
46 uint8_t *buff; 45 uint8_t *buff;
47 GTimeVal timeval; 46 GTimeVal timeval;
48 }; 47 };