Nico Baggus' VMS tweaks

This commit is contained in:
Daniel Stenberg
2002-02-20 13:46:53 +00:00
parent a333bddeeb
commit 721b05e343
13 changed files with 91 additions and 76 deletions

View File

@@ -48,6 +48,10 @@
#include <stdlib.h> /* required for free() prototype, without it, this crashes
on macos 68K */
#endif
#ifdef VMS
#include <in.h>
#include <inet.h>
#endif
#endif
#include <stdio.h>