diff options
author | avg <avg@FreeBSD.org> | 2013-07-28 18:44:17 +0000 |
---|---|---|
committer | avg <avg@FreeBSD.org> | 2013-07-28 18:44:17 +0000 |
commit | 4e6c4b2a3693b3ff3713bff0906a243d1acbc284 (patch) | |
tree | 4420aa26daa238558c6bb6511af95c82d7427921 /usr.bin/w | |
parent | c8737cbf1c0d4bef13135c8c3b4c38fa73c2ccfd (diff) | |
download | FreeBSD-src-4e6c4b2a3693b3ff3713bff0906a243d1acbc284.zip FreeBSD-src-4e6c4b2a3693b3ff3713bff0906a243d1acbc284.tar.gz |
Revert r253748,253749
This WIP should not have been committed yet.
Pointyhat to: avg
Diffstat (limited to 'usr.bin/w')
-rw-r--r-- | usr.bin/w/w.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c index 8054bbe..1b9af5f 100644 --- a/usr.bin/w/w.c +++ b/usr.bin/w/w.c @@ -57,6 +57,7 @@ static const char sccsid[] = "@(#)w.c 8.4 (Berkeley) 4/16/94"; #include <sys/socket.h> #include <sys/tty.h> +#include <machine/cpu.h> #include <netinet/in.h> #include <arpa/inet.h> #include <arpa/nameser.h> |