Fix build with LXC 3.0

This commit is contained in:
Jakub Skokan 2018-04-12 12:29:36 +02:00 committed by Andre Nathan
parent e4f78ad7f8
commit fcc5601bfd

View file

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