Module Name: src Committed By: jmcneill Date: Tue Jul 6 09:30:07 UTC 2021
Modified Files: src/share/examples/pud/intro: doioctl.c Log Message: build fix To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/examples/pud/intro/doioctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/examples/pud/intro/doioctl.c diff -u src/share/examples/pud/intro/doioctl.c:1.1 src/share/examples/pud/intro/doioctl.c:1.2 --- src/share/examples/pud/intro/doioctl.c:1.1 Thu Nov 22 11:28:48 2007 +++ src/share/examples/pud/intro/doioctl.c Tue Jul 6 09:30:07 2021 @@ -1,10 +1,12 @@ -/* $NetBSD: doioctl.c,v 1.1 2007/11/22 11:28:48 pooka Exp $ */ +/* $NetBSD: doioctl.c,v 1.2 2021/07/06 09:30:07 jmcneill Exp $ */ #include <sys/types.h> #include <sys/ioctl.h> +#include <err.h> #include <fcntl.h> #include <stdio.h> +#include <stdlib.h> #include "common.h"