From c723a928778be55849c00d5cc692bf522bb8dae3 Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 20 Jul 2009 06:39:06 +0000 Subject: Assorted minor cleanups, no functional change: - u_int* -> uint* - don't make private typedefs of system structures - use curses TRUE and FALSE only with curses booleans, otherwise true and false; - includes cleanup - group globals in extern.c by functionality Object file diffs inspected. --- robots/auto.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'robots/auto.c') diff --git a/robots/auto.c b/robots/auto.c index 792c0ba5..5d09c540 100644 --- a/robots/auto.c +++ b/robots/auto.c @@ -1,4 +1,4 @@ -/* $NetBSD: auto.c,v 1.10 2009/07/20 06:00:56 dholland Exp $ */ +/* $NetBSD: auto.c,v 1.11 2009/07/20 06:39:06 dholland Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -50,6 +50,8 @@ * FI * FI */ +#include +#include #include "robots.h" #define ABS(a) (((a)>0)?(a):-(a)) -- cgit v1.2.3-56-ge451