diff options
Diffstat (limited to 'create.c')
| -rw-r--r-- | create.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,6 +28,10 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/types.h> + +#include <stdarg.h> +#include <stdint.h> #include <stdlib.h> #include <kcgi.h> #include <kcgihtml.h> |
