util: drop missing.h from util.h

This commit is contained in:
Yu Watanabe
2018-12-04 08:26:09 +01:00
parent 38e0c63d72
commit 36dd5ffd5d
27 changed files with 27 additions and 2 deletions

View File

@@ -3,6 +3,8 @@
/* Missing glibc definitions to access certain kernel APIs */
#include <fcntl.h>
#include <sys/syscall.h>
#include <sys/types.h>
#include "missing_keyctl.h"