0
0
mirror of https://github.com/darkk/redsocks.git synced 2025-08-30 05:35:30 +00:00

Fix one compiler warning occuring at OpenBSD.

This commit is contained in:
Leonid Evdokimov 2011-02-10 00:06:56 +02:00
parent 9bcb4dcc7e
commit 67f5928d05
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <ctype.h>
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "log.h"
#include "redsocks.h"

View File

@ -26,6 +26,7 @@
#include <time.h>
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "log.h"
#include "redsocks.h"