diff options
| author | guenther <> | 2016-08-27 04:29:25 +0000 |
|---|---|---|
| committer | guenther <> | 2016-08-27 04:29:25 +0000 |
| commit | 457a75567fa27efa403ccde0e21b7add05b1bfb8 (patch) | |
| tree | f6e1569126a87fb4e2e5fea56005c91c431569b5 /src | |
| parent | 6f037e561cb6d390a708962b877caf17a94656e8 (diff) | |
| download | openbsd-457a75567fa27efa403ccde0e21b7add05b1bfb8.tar.gz openbsd-457a75567fa27efa403ccde0e21b7add05b1bfb8.tar.bz2 openbsd-457a75567fa27efa403ccde0e21b7add05b1bfb8.zip | |
Pull in <stdio.h> for NULL
ok deraadt@
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libc/ifnameindex/ifnitest.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/ifnameindex/ifnitest.c b/src/regress/lib/libc/ifnameindex/ifnitest.c index 61102f77a9..512f90e24d 100644 --- a/src/regress/lib/libc/ifnameindex/ifnitest.c +++ b/src/regress/lib/libc/ifnameindex/ifnitest.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ifnitest.c,v 1.1 2015/10/22 15:47:00 claudio Exp $ */ | 1 | /* $OpenBSD: ifnitest.c,v 1.2 2016/08/27 04:29:25 guenther Exp $ */ |
| 2 | 2 | ||
| 3 | /* Public domain. 2015, Claudio Jeker */ | 3 | /* Public domain. 2015, Claudio Jeker */ |
| 4 | 4 | ||
| @@ -6,6 +6,7 @@ | |||
| 6 | #include <sys/socket.h> | 6 | #include <sys/socket.h> |
| 7 | #include <net/if.h> | 7 | #include <net/if.h> |
| 8 | #include <err.h> | 8 | #include <err.h> |
| 9 | #include <stdio.h> | ||
| 9 | 10 | ||
| 10 | int | 11 | int |
| 11 | main(int argc, char *argv[]) | 12 | main(int argc, char *argv[]) |
