Overview
Artifact ID: | 181bed9f3e0ff0d27b9c1f70dd5d96163f42b64e |
---|---|
Ticket: | cff2eebf062d448381ae46799538e7c7695e4d17
althttpd.c missing header on FreeBSD... |
User & Date: | anonymous 2013-01-08 21:09:03 |
Changes
- Untracked field icomment:
When compiling althttpd.c on FreeBSD, there's a missing header. Since you can't submit tickets on <a href="https://www.sqlite.org/docsrc/finfo?name=misc/althttpd.c">sqlite.org/misc/althttpd.c</a>, I'm including it here since it's used primarily for fossil. <pre>--- althttpd.c.orig 2013-01-08 20:51:11.000000000 +0000 +++ althttpd.c 2013-01-08 20:51:05.000000000 +0000 @@ -86,6 +86,9 @@ #include <sys/sendfile.h> #endif #include <assert.h> +#ifdef __FreeBSD__ +# include <signal.h> +#endif /* ** Configure the server by setting the following macros and recompiling.</pre>
- Untracked field login: "nobody"
- Untracked field mimetype: "text/html"
- private_contact changed to: "84f59114b7eee7088fd7e2932599c69c9ad0761b"
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to: "althttpd.c missing header on FreeBSD..."
- type changed to: "Build_Problem"