index
:
bitlbee
develop
install-dev
master
patched-3.4.1
patched-master
scram
server-time
set-account
tagged_msg
twitter-reconnect
personal fork of github.com/bitlbee/bitlbee
Marius Halden
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sock.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'sock.h')
-rw-r--r--
sock.h
3
1 files changed, 3 insertions, 0 deletions
diff --git a/sock.h b/sock.h
index 9a9cc223..23a08bb4 100644
--- a/
sock.h
+++ b/
sock.h
@@ -1,3 +1,6 @@
+#include <errno.h>
+#include <fcntl.h>
+
#ifndef _WIN32
#include <unistd.h>
#include <sys/socket.h>