1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 11:02:48 -05:00

Include stdlib.h for exit() - thanks Colin.

[originally from svn r3436]
This commit is contained in:
Simon Tatham
2003-09-02 09:52:13 +00:00
parent b104be3b00
commit f6835045f8

View File

@ -5,6 +5,7 @@
#include <sys/time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <stdlib.h>
#include <fcntl.h>
#include <dirent.h>
#include <unistd.h>