diff options
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -109,7 +109,7 @@ int inet_aton(const char *cp, struct in_addr *ia); #ifdef _WIN32 #include <malloc.h> #include <sys/timeb.h> -#include <windows.h> +#include <mmsystem.h> #define getopt_long_only getopt_long #define memalign(align, size) malloc(size) #endif @@ -8966,7 +8966,7 @@ int main(int argc, char **argv) s->down_script[0]) launch_script(s->down_script, ifname, s->fd); } - } + } } #endif return 0; |