diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-13 02:10:32 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-13 02:10:32 -0400 |
commit | 0bafa3a38906a8ffc183d758baa774d8b23a9fa4 (patch) | |
tree | ae40c4a9fa3a9dc049538d288ca3a2bc2fcf14da /src/HTSaveToFile.h | |
parent | 169e8098be76947e6e1aa002052d9536dc9aa273 (diff) | |
download | lynx-snapshots-0bafa3a38906a8ffc183d758baa774d8b23a9fa4.tar.gz |
snapshot of project "lynx", label v2-8-2pre_3
Diffstat (limited to 'src/HTSaveToFile.h')
-rw-r--r-- | src/HTSaveToFile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/HTSaveToFile.h b/src/HTSaveToFile.h index 4374f7a4..995a01f3 100644 --- a/src/HTSaveToFile.h +++ b/src/HTSaveToFile.h @@ -1,7 +1,10 @@ #ifndef HTSAVETOFILE_H #define HTSAVETOFILE_H +#ifndef HTUTILS_H #include <HTUtils.h> +#endif + #include <HTStream.h> #include <HTFormat.h> |