summaryrefslogtreecommitdiff
path: root/upload.c
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2024-09-11 11:20:31 +0200
committerVincent Douillet <vincent@vdouillet.fr>2024-09-11 11:20:31 +0200
commit19e47daa9c1fb55f2cb9e639d5a6ef16b5bc4e88 (patch)
tree2b98ac0700a11cb142625d8355019c44b49c1850 /upload.c
parent4e921ffa31fdca2425d326efda1c6d9ad190359a (diff)
url: fix encoding for use in http context
Diffstat (limited to 'upload.c')
-rw-r--r--upload.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/upload.c b/upload.c
index 765e694..ed9ec4d 100644
--- a/upload.c
+++ b/upload.c
@@ -32,6 +32,7 @@
#include <kcgi.h>
#include <kcgihtml.h>
#include <limits.h>
+#include <stdio.h>
#include <string.h>
#include "browse.h"