Browse Source

cleanup: add missing stdlib.h

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
pull/1/head
Alon Bar-Lev 13 years ago committed by Heiko Hund
parent
commit
93118db5e8
  1. 1
      proxy.c

1
proxy.c

@ -26,6 +26,7 @@
#include <prsht.h>
#include <tchar.h>
#include <wininet.h>
#include <stdlib.h>
#include "config.h"
#include "main.h"

Loading…
Cancel
Save