Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
[#123] include sys/types only if EVHTP_HAS_SYS_TYPES is set
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFrench committed Jan 23, 2019
1 parent 6a74ec7 commit 0839f8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
#include <stddef.h>
#include <ctype.h>
#include <string.h>

#ifdef EVHTP_HAS_SYS_TYPES
#include <sys/types.h>
#endif

#include "internal.h"
#include "evhtp/parser.h"
Expand Down

0 comments on commit 0839f8e

Please sign in to comment.