Merge pull request #24514 from apolcyn/fix_addr_sorting_issue

Include stddef.h in address_sorting.h
pull/24506/head
apolcyn 4 years ago committed by GitHub
commit b9e7107078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      third_party/address_sorting/include/address_sorting/address_sorting.h

@ -41,6 +41,8 @@
#ifndef ADDRESS_SORTING_H
#define ADDRESS_SORTING_H
#include <stddef.h>
#ifdef __cplusplus
extern "C" {
#endif

Loading…
Cancel
Save