2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-29 15:28:56 +00:00

Fix compilation of openvswitch-1.1.0pre2 on FreeBSD-8.1

This commit is contained in:
Gaetano Catalli
2011-03-30 17:25:36 +02:00
committed by Ben Pfaff
parent 19a87e3637
commit bd6b75452e
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,8 @@
#include <errno.h>
#include <inttypes.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/tcp.h>
#include <openssl/err.h>
#include <openssl/ssl.h>

View File

@@ -18,6 +18,7 @@
#include <errno.h>
#include <getopt.h>
#include <inttypes.h>
#include <sys/socket.h>
#include <net/if.h>
#include <signal.h>
#include <stdlib.h>