build: fix AppArmor compilation

* src/security/virt-aa-helper.c: Add missing include.
This commit is contained in:
Jamie Strandboge 2010-08-13 17:00:31 -05:00 committed by Eric Blake
parent cf6f8b9a97
commit 8e3eeb4e1d

View 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>