diff options
Diffstat (limited to 'include/net/ipconfig.h')
| -rw-r--r-- | include/net/ipconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/ipconfig.h b/include/net/ipconfig.h index c74cc1bd5a02..8276897d0c2e 100644 --- a/include/net/ipconfig.h +++ b/include/net/ipconfig.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 1997 Martin Mares * @@ -6,6 +7,8 @@ /* The following are initdata: */ +#include <linux/types.h> + extern int ic_proto_enabled; /* Protocols enabled (see IC_xxx) */ extern int ic_set_manually; /* IPconfig parameters set manually */ |
