Browse Source

* fix includes on bsd

master
Alex 'AdUser' Z 8 years ago
parent
commit
d92645a41e
  1. 2
      src/common.h
  2. 2
      src/ipaddr.h

2
src/common.h

@ -7,11 +7,11 @@
#ifndef F2B_COMMON_H_
#define F2B_COMMON_H_
#include <alloca.h>
#include <assert.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <stdarg.h>
#include <stdbool.h>

2
src/ipaddr.h

@ -7,6 +7,8 @@
#ifndef F2B_IPADDR_H_
#define F2B_IPADDR_H_
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "matches.h"

Loading…
Cancel
Save