aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-04-17 16:32:14 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-04-17 20:42:28 +0300
commitaec7a30459ff5b87939fdda1edb9558f54cd2b50 (patch)
tree1fee9bc631eb216319d91652992fcb164f6cc22a
parentd928d17156b9fd5c886a66230ba934938b4dc764 (diff)
downloadlibmicrohttpd-aec7a30459ff5b87939fdda1edb9558f54cd2b50.tar.gz
libmicrohttpd-aec7a30459ff5b87939fdda1edb9558f54cd2b50.zip
mhd_byteorder.h: narrow down includes
-rw-r--r--src/microhttpd/mhd_byteorder.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_byteorder.h b/src/microhttpd/mhd_byteorder.h
index 66689804..f053aa0e 100644
--- a/src/microhttpd/mhd_byteorder.h
+++ b/src/microhttpd/mhd_byteorder.h
@@ -26,7 +26,9 @@
26#ifndef MHD_BYTEORDER_H 26#ifndef MHD_BYTEORDER_H
27#define MHD_BYTEORDER_H 27#define MHD_BYTEORDER_H
28 28
29#include "platform.h" 29#include "mhd_options.h"
30
31#include <stdint.h>
30 32
31#if HAVE_ENDIAN_H 33#if HAVE_ENDIAN_H
32#include <endian.h> 34#include <endian.h>