diff options
Diffstat (limited to 'sys/netncp/ncp_ncp.c')
| -rw-r--r-- | sys/netncp/ncp_ncp.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netncp/ncp_ncp.c b/sys/netncp/ncp_ncp.c index 1d29afe2b329..e7b5e16e0d48 100644 --- a/sys/netncp/ncp_ncp.c +++ b/sys/netncp/ncp_ncp.c @@ -29,11 +29,12 @@   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * SUCH DAMAGE.   * - * $FreeBSD$ - *   * Core of NCP protocol   */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); +  #include <sys/param.h>  #include <sys/errno.h>  #include <sys/systm.h>  | 
