fix selinux build

This commit is contained in:
William Hubbs
2016-01-13 20:11:06 -06:00
parent 6f02069746
commit b34df9dd81
2 changed files with 8 additions and 6 deletions

View File

@@ -15,8 +15,6 @@
* except according to the terms contained in the LICENSE file.
*/
#ifdef HAVE_SELINUX
#include <stddef.h>
#include <errno.h>
#include <dlfcn.h>
@@ -386,5 +384,3 @@ out:
free(run_init_t);
free(curr_t);
}
#endif