Skip to content

Commit

Permalink
api.h: include <stddef.h> to define size_t
Browse files Browse the repository at this point in the history
PR-URL: #13
Reviewed-By: Fedor Indutny <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
  • Loading branch information
detailyang authored and indutny committed Jan 28, 2019
1 parent 26a7471 commit 9e60381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/native/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#ifdef __cplusplus
extern "C" {
#endif
#include <stddef.h>

typedef llhttp__internal_t llhttp_t;
typedef struct llhttp_settings_s llhttp_settings_t;
Expand Down

0 comments on commit 9e60381

Please sign in to comment.