Fossil SCM
althttpd.c missing header on FreeBSD...
Open
cff2eebf062d448…
· opened 13 years, 3 months ago
- Type
- Build_Problem
- Priority
- —
- Severity
- Minor
- Resolution
- —
- Subsystem
- —
- Created
- Jan. 8, 2013 9:09 p.m.
When compiling althttpd.c on FreeBSD, there's a missing header. Since you can't submit tickets on sqlite.org/misc/althttpd.c, I'm including it here since it's used primarily for fossil.
--- 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 #endif #include +#ifdef __FreeBSD__ +# include +#endif /* ** Configure the server by setting the following macros and recompiling.
Comments (1)
nobody
13 years, 3 months ago
When compiling althttpd.c on FreeBSD, there's a missing header. Since you can't submit tickets on sqlite.org/misc/althttpd.c, I'm including it here since it's used primarily for fossil.
--- 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 #endif #include +#ifdef __FreeBSD__ +# include +#endif /* ** Configure the server by setting the following macros and recompiling.