diff options
Diffstat (limited to 'upload.c')
| -rw-r--r-- | upload.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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> |
