Skip to content

Commit

Permalink
list: #include <stddef.h> in qblist.h (#384)
Browse files Browse the repository at this point in the history
Some platforms require it.
  • Loading branch information
chrissie-c authored Feb 21, 2020
1 parent 7f4600d commit f54d150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/qb/qblist.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ extern "C" {
/* *INDENT-ON* */

#include <stdint.h>
#include <stddef.h>
#include <qb/qbdefs.h>

/**
Expand Down

0 comments on commit f54d150

Please # to comment.