diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-18 11:59:00 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-18 11:59:00 +0300 |
commit | ec88e3f84f78c60c889f877b15c073cb273e28b7 (patch) | |
tree | 7942e365550eb0e0d577f38e7d54fe5d214fa92c /xmlhelp/source | |
parent | 4819e1bd1ad26a3b4715c35c8534ec24b917b94b (diff) |
Fix typo
Diffstat (limited to 'xmlhelp/source')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/db.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/db.hxx b/xmlhelp/source/cxxhelp/provider/db.hxx index adc8c9fd0d8f..402a734fc7d9 100644 --- a/xmlhelp/source/cxxhelp/provider/db.hxx +++ b/xmlhelp/source/cxxhelp/provider/db.hxx @@ -29,7 +29,7 @@ #define BERKELEYDBPROXY_DB_HXX_ #ifdef SYSTEM_DB_HEADER -#include SYSTEM_DB_H_HEADER +#include SYSTEM_DB_HEADER #else #include <berkeleydb/db.h> #endif |