From ffac7e81b96be766fa77f816fd4da25b579b15c8 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 16 May 2006 15:23:27 +0000 Subject: Make this compile with -Wundef. --- sys/dev/rr232x/os_bsd.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/dev/rr232x') diff --git a/sys/dev/rr232x/os_bsd.h b/sys/dev/rr232x/os_bsd.h index 3b82f32172e7..6ce560ad87d3 100644 --- a/sys/dev/rr232x/os_bsd.h +++ b/sys/dev/rr232x/os_bsd.h @@ -30,6 +30,10 @@ #ifndef _OS_BSD_H #define _OS_BSD_H +#ifndef DBG +#define DBG 0 +#endif + #include #include #include -- cgit v1.2.3