summaryrefslogtreecommitdiff
path: root/upload.c
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2026-07-10 22:15:00 +0200
committerVincent Douillet <vincent@vdouillet.fr>2026-07-10 22:15:00 +0200
commit9669adeceb9cc6ac41ca4ea9b9bc3f89036fc569 (patch)
treecfae231b3b4b937fd4e42fa1b5e0f8a95132cec1 /upload.c
parentc5c9cc569178e732ff3fb81d74050c18667bdec4 (diff)
add linux compatHEADmaster
Diffstat (limited to 'upload.c')
-rw-r--r--upload.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/upload.c b/upload.c
index d9b38cb..af80755 100644
--- a/upload.c
+++ b/upload.c
@@ -28,9 +28,13 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <stdlib.h>
+#include <sys/types.h>
+
+#include <stdarg.h>
+#include <stdint.h>
#include <kcgi.h>
#include <kcgihtml.h>
+#include <stdlib.h>
#include <limits.h>
#include <stdio.h>
#include <string.h>