]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: fix AppArmor compilation
authorJamie Strandboge <jamie@canonical.com>
Fri, 13 Aug 2010 22:00:31 +0000 (17:00 -0500)
committerEric Blake <eblake@redhat.com>
Mon, 16 Aug 2010 17:39:33 +0000 (11:39 -0600)
* src/security/virt-aa-helper.c: Add missing include.

src/security/virt-aa-helper.c

index 12996ecbd00a1df89a582499f23f27ddb31a6ae2..72a4d078e4c8242fc363c4c91009b271a37d8f46 100644 (file)
@@ -19,6 +19,7 @@
 #include <unistd.h>
 #include <errno.h>
 #include <sys/types.h>
+#include <sys/stat.h>
 #include <fcntl.h>
 #include <getopt.h>
 #include <stdbool.h>