diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/mysql.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/mysql.h b/common/mysql.h index 8c6040f..ac9a360 100644 --- a/common/mysql.h +++ b/common/mysql.h @@ -1,5 +1,5 @@ -#ifndef MYSQL_H_ -#define MYSQL_H_ +#ifndef COMMON_MYSQL_H_ +#define COMMON_MYSQL_H_ struct db_host_info { char * privkeytxt; |