--- lbbs/include/common.h 2005/03/19 08:25:23 1.9 +++ lbbs/include/common.h 2005/05/06 15:48:44 1.10 @@ -15,6 +15,9 @@ * * ***************************************************************************/ +#ifndef _COMMON_H_ +#define _COMMON_H_ + //Version extern char app_version[256]; @@ -35,3 +38,5 @@ extern char DB_host[256]; extern char DB_username[50]; extern char DB_password[50]; extern char DB_database[50]; + +#endif //_COMMON_H_