aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-06-04 22:28:51 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-06-04 22:28:51 +0300
commit08b6c34c92ab43d094df1577c9db16e69e389a64 (patch)
tree7573dcdf6519a538c45b496d6137a06afb80c38b /src/microhttpd/internal.h
parent796eda7161250728b824a5e876e60f96208c46f1 (diff)
downloadlibmicrohttpd-08b6c34c92ab43d094df1577c9db16e69e389a64.tar.gz
libmicrohttpd-08b6c34c92ab43d094df1577c9db16e69e389a64.zip
Moved "include" missing in be855dd3d8c0cf967355e230aa887539ba37a398
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 7cb70b42..72a8f7f9 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -797,13 +797,13 @@ struct MHD_Connection
797 */ 797 */
798 uint64_t response_write_position; 798 uint64_t response_write_position;
799 799
800#if LINUX 800#ifdef __linux__
801 enum MHD_resp_sender_ 801 enum MHD_resp_sender_
802 { 802 {
803 MHD_resp_sender_std = 0, 803 MHD_resp_sender_std = 0,
804 MHD_resp_sender_sendfile 804 MHD_resp_sender_sendfile
805 } resp_sender; 805 } resp_sender;
806#endif /* LINUX */ 806#endif /* __linux__ */
807 807
808 /** 808 /**
809 * Position in the 100 CONTINUE message that 809 * Position in the 100 CONTINUE message that