diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index b7a76d0..90912b6 100644 --- a/src/config.h +++ b/src/config.h @@ -3,6 +3,8 @@ #ifndef WGCONFIG_H #define WGCONFIG_H +#include <linux/compiler.h> + struct wireguard_device; int config_get_device(struct wireguard_device *wg, void __user *udevice); |