diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-04 04:22:22 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-04 04:22:22 +0100 |
commit | 4ec499c2417819a174ebd68529da2a21e9c5c72c (patch) | |
tree | 1b305cbf9a80517641c1049d5d45d018d0384784 /plugins/dns/thread.c | |
parent | 0e9658f2aba9deddef640da10ca238dd908fb2ac (diff) |
Eliminate warnings due to missing includes
Diffstat (limited to 'plugins/dns/thread.c')
-rw-r--r-- | plugins/dns/thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/dns/thread.c b/plugins/dns/thread.c index 02b17cfb..d0347130 100644 --- a/plugins/dns/thread.c +++ b/plugins/dns/thread.c @@ -1,3 +1,4 @@ +#include <io.h> #include <fcntl.h> #include "thread.h" |