diff options
Diffstat (limited to 'browse.c')
| -rw-r--r-- | browse.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -28,10 +28,13 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/types.h> #include <sys/queue.h> -#include <dirent.h> +#include <stdarg.h> +#include <stdint.h> #include <kcgi.h> +#include <dirent.h> #include <kcgihtml.h> #include <limits.h> #include <stdbool.h> |
