summaryrefslogtreecommitdiff
path: root/src/request.h
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-04-28 13:18:37 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-04-28 14:08:29 -0400
commit13ea2d880b14c0a50a777c0ece5f26453483a7de (patch)
tree02afec5448dff9d4389c74a59c739c5a7cfc5814 /src/request.h
parenta1eba3c89bc26ac8a4deb1dba456bf2f3e3c4a6b (diff)
downloadlighttpd-git-13ea2d880b14c0a50a777c0ece5f26453483a7de.tar.gz
[core] consistent inclusion of sys-time.h
Diffstat (limited to 'src/request.h')
-rw-r--r--src/request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/request.h b/src/request.h
index a9301f4e..a3c891b0 100644
--- a/src/request.h
+++ b/src/request.h
@@ -2,7 +2,7 @@
#define _REQUEST_H_
#include "first.h"
-#include <time.h> /* (struct timespec) */
+#include "sys-time.h" /* (struct timespec) */
#include "base_decls.h"
#include "buffer.h"