Skip to content

Commit

Permalink
Add include for GCC 4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Dias--Monteiro authored and Dmitri Tikhonov committed Oct 30, 2019
1 parent 313486d commit d79ab9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lsqpack.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ SOFTWARE.
#include <stdlib.h>
#include <string.h>
#include <sys/queue.h>
#include <sys/types.h>
#include <inttypes.h>

#include "lsqpack.h"
Expand Down

0 comments on commit d79ab9a

Please sign in to comment.