summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/urweb/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/urweb/types.h b/include/urweb/types.h
index 152f4392..be7edb32 100644
--- a/include/urweb/types.h
+++ b/include/urweb/types.h
@@ -47,6 +47,7 @@ typedef struct uw_Basis_file {
typedef struct uw_Basis_postBody {
uw_Basis_string type, data;
+ size_t len;
} uw_Basis_postBody;
typedef uw_Basis_string uw_Basis_queryString;