aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/address_sorting/address_sorting.h2
-rw-r--r--third_party/address_sorting/address_sorting_internal.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/third_party/address_sorting/address_sorting.h b/third_party/address_sorting/address_sorting.h
index d3d3759d14..f11cd424b5 100644
--- a/third_party/address_sorting/address_sorting.h
+++ b/third_party/address_sorting/address_sorting.h
@@ -45,8 +45,6 @@
extern "C" {
#endif
-#include <stdbool.h>
-
typedef struct address_sorting_address {
char addr[128];
size_t len;
diff --git a/third_party/address_sorting/address_sorting_internal.h b/third_party/address_sorting/address_sorting_internal.h
index ee366fef1c..3966002b47 100644
--- a/third_party/address_sorting/address_sorting_internal.h
+++ b/third_party/address_sorting/address_sorting_internal.h
@@ -60,6 +60,7 @@
#define ADDRESS_SORTING_POSIX 1
#endif
+#include <stdbool.h>
#include "address_sorting.h"
address_sorting_source_addr_factory*