diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-01-28 06:24:24 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-01-28 06:24:24 +0000 |
commit | 0707c24745b1565b300c6552456792de6a5ab6bd (patch) | |
tree | 9bc8d27c48b9f2132381f39ca791745df35dfbe9 /audio/zinf/files/patch-base-include-preferences.h | |
parent | Fix build on FreeBSD 5. (diff) |
Update to 2.2.2.
PR: 47322
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=74122
Diffstat (limited to 'audio/zinf/files/patch-base-include-preferences.h')
-rw-r--r-- | audio/zinf/files/patch-base-include-preferences.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/zinf/files/patch-base-include-preferences.h b/audio/zinf/files/patch-base-include-preferences.h new file mode 100644 index 000000000000..d808cd3ce3fb --- /dev/null +++ b/audio/zinf/files/patch-base-include-preferences.h @@ -0,0 +1,11 @@ +--- base/include/preferences.h.orig Wed Jan 1 08:33:21 2003 ++++ base/include/preferences.h Sat Jan 18 04:26:42 2003 +@@ -28,6 +28,8 @@ + #include "config.h" + #include "errors.h" + ++using namespace std; ++ + // preferences + ZINF_EXPORT extern const char* kInstallDirPref; + ZINF_EXPORT extern const char* kLibraryPathPref; |