commit aec7a30459ff5b87939fdda1edb9558f54cd2b50
parent d928d17156b9fd5c886a66230ba934938b4dc764
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Wed, 17 Apr 2019 16:32:14 +0300
mhd_byteorder.h: narrow down includes
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/microhttpd/mhd_byteorder.h b/src/microhttpd/mhd_byteorder.h
@@ -26,7 +26,9 @@
#ifndef MHD_BYTEORDER_H
#define MHD_BYTEORDER_H
-#include "platform.h"
+#include "mhd_options.h"
+
+#include <stdint.h>
#if HAVE_ENDIAN_H
#include <endian.h>