add a missing header
This commit is contained in:
parent
92378c1cde
commit
3157940c0b
6
src/access_t.h
Normal file
6
src/access_t.h
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#ifndef ACCESS_T_H
|
||||||
|
#define ACCESS_T_H
|
||||||
|
|
||||||
|
typedef enum { DENY, ALLOW, ALLOW_TEMP, NDEF } access_t;
|
||||||
|
|
||||||
|
#endif // !ACCESS_T_H
|
Loading…
x
Reference in New Issue
Block a user