diff --git a/tests/regression/apparmor/changehat.h b/tests/regression/apparmor/changehat.h index b4c721c60..8a050e9b2 100644 --- a/tests/regression/apparmor/changehat.h +++ b/tests/regression/apparmor/changehat.h @@ -4,7 +4,7 @@ #define SD_ID_MAGIC 0x8c235e38 -inline int do_open (char * file) +static inline int do_open (char * file) { int fd, rc; char buf[128];