aboutsummaryrefslogtreecommitdiff
path: root/lib/libmuser.c
diff options
context:
space:
mode:
authorFelipe Franciosi <felipe@nutanix.com>2019-11-04 16:26:05 +0000
committerThanos <tmakatos@gmail.com>2019-11-08 10:30:38 +0100
commitcad6615f6930929cc17484128f0b70949c74d66b (patch)
tree508b46c53291b2716848030c4388ec4711288790 /lib/libmuser.c
parent1cf913cc674f2cb3d8197c638749550bf3d4507c (diff)
downloadlibvfio-user-0.1.zip
libvfio-user-0.1.tar.gz
libvfio-user-0.1.tar.bz2
Integrate with Travis CIv0.1
This adds a simple .travis.yml file for integration with Travis CI. It tries to build muser.git on a Ubuntu Bionic environment using the Linux kernel 5.2.21. Signed-off-by: Felipe Franciosi <felipe@nutanix.com>
Diffstat (limited to 'lib/libmuser.c')
-rw-r--r--lib/libmuser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libmuser.c b/lib/libmuser.c
index 1da66f2..313ee53 100644
--- a/lib/libmuser.c
+++ b/lib/libmuser.c
@@ -45,6 +45,7 @@
#include <stddef.h>
#include <sys/mman.h>
#include <stdarg.h>
+#include <linux/vfio.h>
#include "../kmod/muser.h"
#include "muser.h"