swps

Static Web Page Server
git clone https://noxz.tech/git/swps.git
Log | Files | LICENSE

commit: 35a298942be03e3c2a98cb0cef3650dd8d3bc41f
parent: d539de6ee304b869bcfe4126aaec022c7a200b39
author: Chris Noxz <chris@noxz.tech>
date:   Sun, 4 Aug 2019 23:32:17 +0200
Remove include from debug
Mswps.c2--
1 file changed, 2 deletions(-)
diff --git a/swps.c b/swps.c
@@ -132,8 +132,6 @@ die(int n, const char *msg, ...)
         exit(n);
 }
 
-#include <errno.h>
-
 int
 respond(int type, int fd, unsigned char *ip, const char *pt)
 {