thttpd/thttpd-2.25b-time_h.patch

12 lines
186 B
Diff

--- libhttpd.h
+++ libhttpd.h
@@ -28,6 +28,8 @@
#ifndef _LIBHTTPD_H_
#define _LIBHTTPD_H_
+#include <time.h>
+
#include <sys/types.h>
#include <sys/time.h>
#include <sys/param.h>