Skip to content

Commit ef1c20a

Browse files
authored
released at 0.2.7
1 parent 44fc9cf commit ef1c20a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

kirc.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
/* See LICENSE file for license details. */
22
#define _POSIX_C_SOURCE 200809L
3+
#if defined(__FreeBSD__) || defined(__OpenBSD__)
4+
# include <sys/types.h>
5+
# include <sys/socket.h>
6+
#endif
37
#include <stdarg.h>
48
#include <netdb.h>
59
#include <stdio.h>
@@ -14,7 +18,7 @@
1418
#include <sys/ioctl.h>
1519

1620
#define CTCP_CMDS "ACTION VERSION TIME CLIENTINFO PING"
17-
#define VERSION "0.2.6"
21+
#define VERSION "0.2.7"
1822
#define MSG_MAX 512
1923
#define CHA_MAX 200
2024
#define NIC_MAX 26

0 commit comments

Comments
 (0)