diff options
| author | ross <ross@NetBSD.org> | 1999-02-25 20:21:08 +0000 |
|---|---|---|
| committer | ross <ross@NetBSD.org> | 1999-02-25 20:21:08 +0000 |
| commit | 91d91ef1b2425d80bc045f880d8e3e71b1eb2264 (patch) | |
| tree | 3cb56522d0c6d16054e16680460bc3cd16d89af8 | |
| parent | ceef7fa3d77d043924f455d67bec64f1482bb1d7 (diff) | |
XXX include libkern.h for strlen() XXX
| -rw-r--r-- | sys/lib/libsa/tftp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/lib/libsa/tftp.c b/sys/lib/libsa/tftp.c index 9df817d70a3..dff1b43953a 100644 --- a/sys/lib/libsa/tftp.c +++ b/sys/lib/libsa/tftp.c @@ -1,4 +1,4 @@ -/* $NetBSD: tftp.c,v 1.1 1999/02/24 19:24:56 drochner Exp $ */ +/* $NetBSD: tftp.c,v 1.2 1999/02/25 20:21:08 ross Exp $ */ /* * Copyright (c) 1996 @@ -48,6 +48,7 @@ #include <netinet/in.h> #include <netinet/udp.h> #include <netinet/in_systm.h> +#include <lib/libkern/libkern.h> #ifdef _STANDALONE #include "/usr/include/arpa/tftp.h" /* XXX */ #else |
