Include sys/param.h for MIN definition

Fixes #11.
pull/12/head
Scott Moreau 2020-01-19 12:00:18 -07:00
parent 6bb33622dc
commit db6c063aea
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <sys/queue.h>
#include <sys/param.h>
#include <assert.h>
#include <uv.h>
#include <libdrm/drm_fourcc.h>