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

Commit

Permalink
add missing include <sys/types.h> for ssize_t
Browse files Browse the repository at this point in the history
  • Loading branch information
maxice8 committed Jan 23, 2019
1 parent 0077e7a commit 6a74ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <stddef.h>
#include <ctype.h>
#include <string.h>
#include <sys/types.h>

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

0 comments on commit 6a74ec7

Please sign in to comment.