Make this compile with -Wundef.

This commit is contained in:
ru 2006-05-16 15:23:27 +00:00
parent ef310efff8
commit e469f24d77

View File

@ -30,6 +30,10 @@
#ifndef _OS_BSD_H
#define _OS_BSD_H
#ifndef DBG
#define DBG 0
#endif
#include <sys/param.h>
#include <sys/types.h>
#include <sys/cons.h>