Wrap #ifndef __BIT_TYPES_DEFINED__ around #define __BIT_TYPES_DEFINED__.

Reported by Narayana Prasad.
This commit is contained in:
apb 2006-10-16 19:44:23 +00:00
parent e95a66da33
commit a1d21442a0
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
/* $NetBSD: db.h,v 1.3 2003/10/27 00:12:43 lukem Exp $ */
/* $NetBSD: db.h,v 1.4 2006/10/16 19:44:23 apb Exp $ */
#include "nbtool_config.h"
#ifndef __BIT_TYPES_DEFINED__
#define __BIT_TYPES_DEFINED__
#endif
#include "../../include/db.h"