Merge pull request #12 from soreau/master

Include sys/param.h for MIN definition
pull/13/head
Andri Yngvason 2020-01-19 19:02:14 +00:00 committed by GitHub
commit 5d264bbba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>