diff options
Diffstat (limited to 'client/sql_string.h')
-rw-r--r-- | client/sql_string.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/sql_string.h b/client/sql_string.h index bafc287c73e..b51e6b07e01 100644 --- a/client/sql_string.h +++ b/client/sql_string.h @@ -18,6 +18,9 @@ /* This file is originally from the mysql distribution. Coded by monty */ +#ifndef CLIENT_SQL_STRING_H +#define CLIENT_SQL_STRING_H + #ifdef USE_PRAGMA_INTERFACE #pragma interface /* gcc class implementation */ #endif |