Merge pull request #42 from aither64/master

Fix build with LXC 3.0
This commit is contained in:
Andre Nathan 2018-04-12 18:50:14 -03:00 committed by GitHub
commit 5a93ebcf9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@
#include <signal.h>
#include <stdint.h>
#include <string.h>
#include <errno.h>
#define SYMBOL(s) ID2SYM(rb_intern(s))