mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-23 05:44:08 +00:00
libsepol/tests Include policydb.h header for policydb_t declaration
Since test-linker-cond-map.h and test-linker-types.h references policydb_t, include the policydb header file. Signed-off-by: James Carter <jwcart2@gmail.com>
This commit is contained in:
parent
fd67b2f4b1
commit
02f330c93a
@ -21,6 +21,8 @@
|
||||
#ifndef __TEST_LINKER_COND_MAP_H__
|
||||
#define __TEST_LINKER_COND_MAP_H__
|
||||
|
||||
#include <sepol/policydb/policydb.h>
|
||||
|
||||
extern void base_cond_tests(policydb_t * base);
|
||||
extern void module_cond_tests(policydb_t * base);
|
||||
|
||||
|
@ -21,6 +21,8 @@
|
||||
#ifndef __TEST_LINKER_TYPES_H__
|
||||
#define __TEST_LINKER_TYPES_H__
|
||||
|
||||
#include <sepol/policydb/policydb.h>
|
||||
|
||||
extern void base_type_tests(policydb_t * base);
|
||||
extern void module_type_tests(policydb_t * base);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user