1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-10 15:48:06 -05:00

<OpenTransportInternet.h> seems to want <Files.h>. Silly thing.

[originally from svn r2848]
This commit is contained in:
Ben Harris 2003-02-15 14:20:04 +00:00
parent e572c48a4a
commit 0c1b343646

View File

@ -6,6 +6,7 @@
#define OTCARBONAPPLICATION 1
#endif
#include <Files.h> /* Needed by OpenTransportInternet.h */
#include <OpenTransport.h>
#include <OpenTptInternet.h>