From cb682532cf9927619a3c8d168253187140835cc6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 7 Sep 2018 06:19:02 +0200 Subject: network: Use kernel/user space header files Add and use and similar to the libbsd to avoid command line defines and defines scattered throught the code base. Simplify cpukit/libnetworking/Makefile.am. Update #3375. --- cpukit/libnetworking/nfs/bootp_subr.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/libnetworking/nfs') diff --git a/cpukit/libnetworking/nfs/bootp_subr.c b/cpukit/libnetworking/nfs/bootp_subr.c index b24ba945e7..03b68ec0f1 100644 --- a/cpukit/libnetworking/nfs/bootp_subr.c +++ b/cpukit/libnetworking/nfs/bootp_subr.c @@ -1,3 +1,5 @@ +#include + /* * Copyright (c) 1995 Gordon Ross, Adam Glass * Copyright (c) 1992 Regents of the University of California. -- cgit v1.2.3