diff options
author | Stef Walter <stef@memberwebs.com> | 2004-03-31 22:25:56 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-03-31 22:25:56 +0000 |
commit | 7f4650080fed53e793c6b3754e6f24c13b8e4539 (patch) | |
tree | 1a34083f59731ddb2201ab2aaa74f65257496acb /src/rtfparser.h | |
parent | 824c9753297f8b62fca9aef13b1b6b9393a6d934 (diff) |
Changes for FreeBSD compatibility
Diffstat (limited to 'src/rtfparser.h')
-rw-r--r-- | src/rtfparser.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/rtfparser.h b/src/rtfparser.h index f5983e5..bfa2e59 100644 --- a/src/rtfparser.h +++ b/src/rtfparser.h @@ -39,10 +39,9 @@ #ifndef __RTFREADER_H__ #define __RTFREADER_H__ -#include <string> +#include "usuals.h" #include <stack> -using std::string; -using std::wstring; +#include <stdio.h> class RtfReader; |