projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ath9k: use per-device struct for pm_qos_* operations
[openwrt.git]
/
package
/
uhttpd
/
src
/
uhttpd.h
diff --git
a/package/uhttpd/src/uhttpd.h
b/package/uhttpd/src/uhttpd.h
index
78cca7b
..
6747b90
100644
(file)
--- a/
package/uhttpd/src/uhttpd.h
+++ b/
package/uhttpd/src/uhttpd.h
@@
-28,6
+28,7
@@
#include <sys/select.h>
#include <sys/wait.h>
#include <netinet/in.h>
#include <sys/select.h>
#include <sys/wait.h>
#include <netinet/in.h>
+#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <linux/limits.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <linux/limits.h>
#include <netdb.h>
@@
-44,6
+45,11
@@
#include <openssl/ssl.h>
#endif
#include <openssl/ssl.h>
#endif
+/* uClibc... */
+#ifndef SOL_TCP
+#define SOL_TCP 6
+#endif
+
#define UH_LIMIT_MSGHEAD 4096
#define UH_LIMIT_HEADERS 64
#define UH_LIMIT_MSGHEAD 4096
#define UH_LIMIT_HEADERS 64
This page took
0.028835 seconds
and
4
git commands to generate.