mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Added missing ifdef guard for <stdbool.h>
This commit is contained in:
@@ -35,7 +35,9 @@
|
||||
#include "mhd_options.h"
|
||||
|
||||
#include <errno.h>
|
||||
#ifdef HAVE_STDBOOL_H
|
||||
#include <stdbool.h>
|
||||
#endif /* HAVE_STDBOOL_H */
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif /* HAVE_UNISTD_H */
|
||||
|
||||
Reference in New Issue
Block a user