From 22c7ebffdade6036f5b46347f6a6ca41023c6253 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 28 Dec 2004 01:45:05 +0000 Subject: more little compile fixes --- src/cmd/sam/sam.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cmd/sam/sam.h') diff --git a/src/cmd/sam/sam.h b/src/cmd/sam/sam.h index 1ab2b495..0641be81 100644 --- a/src/cmd/sam/sam.h +++ b/src/cmd/sam/sam.h @@ -3,6 +3,9 @@ #include #include "errors.h" +#undef waitfor +#define waitfor samwaitfor + /* * BLOCKSIZE is relatively small to keep memory consumption down. */ -- cgit v1.2.3