2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-30 22:05:19 +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>