diff options
Diffstat (limited to 'nss/nss_files/files-proto.c')
-rw-r--r-- | nss/nss_files/files-proto.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nss/nss_files/files-proto.c b/nss/nss_files/files-proto.c index a30ac52e7b..c30bedc0aa 100644 --- a/nss/nss_files/files-proto.c +++ b/nss/nss_files/files-proto.c @@ -17,7 +17,9 @@ <https://www.gnu.org/licenses/>. */ #include <netdb.h> +#include <nss.h> +NSS_DECLARE_MODULE_FUNCTIONS (files) #define ENTNAME protoent #define DATABASE "protocols" |