diff options
author | deraadt <> | 2000-08-22 19:04:42 +0000 |
---|---|---|
committer | deraadt <> | 2000-08-22 19:04:42 +0000 |
commit | 5a4c87da3ac47eee8dfc7d3063cd82adc978f804 (patch) | |
tree | 53c09db1b4dbe906dbdb6e462b22a072a36a5bad /src/lib/libc/net/if_nametoindex.c | |
parent | 0b8661f0548bff2257dd1d248c5694aa4dd4ffcb (diff) | |
download | openbsd-5a4c87da3ac47eee8dfc7d3063cd82adc978f804.tar.gz openbsd-5a4c87da3ac47eee8dfc7d3063cd82adc978f804.tar.bz2 openbsd-5a4c87da3ac47eee8dfc7d3063cd82adc978f804.zip |
Wall
Diffstat (limited to 'src/lib/libc/net/if_nametoindex.c')
-rw-r--r-- | src/lib/libc/net/if_nametoindex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libc/net/if_nametoindex.c b/src/lib/libc/net/if_nametoindex.c index d41f8ecad1..3a83714376 100644 --- a/src/lib/libc/net/if_nametoindex.c +++ b/src/lib/libc/net/if_nametoindex.c | |||
@@ -38,6 +38,7 @@ | |||
38 | #include <net/if.h> | 38 | #include <net/if.h> |
39 | #include <net/if_dl.h> | 39 | #include <net/if_dl.h> |
40 | #include <string.h> | 40 | #include <string.h> |
41 | #include <unistd.h> | ||
41 | #include <errno.h> | 42 | #include <errno.h> |
42 | 43 | ||
43 | unsigned int | 44 | unsigned int |