aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mhd_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_mhd_compat.h')
-rw-r--r--src/include/gnunet_mhd_compat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_mhd_compat.h b/src/include/gnunet_mhd_compat.h
index 0cfcc6445..7ef297c2f 100644
--- a/src/include/gnunet_mhd_compat.h
+++ b/src/include/gnunet_mhd_compat.h
@@ -25,6 +25,7 @@
25 * MHD compatibility definitions for warning-less compile of 25 * MHD compatibility definitions for warning-less compile of
26 * our code against MHD before and after #MHD_VERSION 0x00097002. 26 * our code against MHD before and after #MHD_VERSION 0x00097002.
27 */ 27 */
28
28#include <microhttpd.h> 29#include <microhttpd.h>
29 30
30#if MHD_VERSION >= 0x00097002 31#if MHD_VERSION >= 0x00097002
@@ -35,7 +36,7 @@
35 36
36#else 37#else
37 38
38/** 39**
39 * Data type to use for functions return an "MHD result". 40 * Data type to use for functions return an "MHD result".
40 */ 41 */
41#define MHD_RESULT int 42#define MHD_RESULT int