summaryrefslogtreecommitdiff
path: root/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/types.h b/include/types.h
index 69407b07..90a9f524 100644
--- a/include/types.h
+++ b/include/types.h
@@ -29,7 +29,7 @@ typedef struct {
} uw_Basis_channel;
typedef struct uw_Basis_file {
- uw_Basis_string name;
+ uw_Basis_string name, type;
uw_Basis_blob data;
} uw_Basis_file;