aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_bithelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_bithelpers.h')
-rw-r--r--src/microhttpd/mhd_bithelpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_bithelpers.h b/src/microhttpd/mhd_bithelpers.h
index eace0eb9..8f7058a8 100644
--- a/src/microhttpd/mhd_bithelpers.h
+++ b/src/microhttpd/mhd_bithelpers.h
@@ -26,13 +26,13 @@
26#ifndef MHD_BITHELPERS_H 26#ifndef MHD_BITHELPERS_H
27#define MHD_BITHELPERS_H 1 27#define MHD_BITHELPERS_H 1
28 28
29#include "mhd_options.h"
29#include <stdint.h> 30#include <stdint.h>
30#if defined(_MSC_FULL_VER) && (! defined(__clang__) || (defined(__c2__) && \ 31#if defined(_MSC_FULL_VER) && (! defined(__clang__) || (defined(__c2__) && \
31 defined(__OPTIMIZE__))) 32 defined(__OPTIMIZE__)))
32/* Declarations for VC & Clang/C2 built-ins */ 33/* Declarations for VC & Clang/C2 built-ins */
33#include <intrin.h> 34#include <intrin.h>
34#endif /* _MSC_FULL_VER */ 35#endif /* _MSC_FULL_VER */
35#include "mhd_options.h"
36#include "mhd_assert.h" 36#include "mhd_assert.h"
37#include "mhd_byteorder.h" 37#include "mhd_byteorder.h"
38#if _MHD_BYTE_ORDER == _MHD_LITTLE_ENDIAN || _MHD_BYTE_ORDER == _MHD_BIG_ENDIAN 38#if _MHD_BYTE_ORDER == _MHD_LITTLE_ENDIAN || _MHD_BYTE_ORDER == _MHD_BIG_ENDIAN