Unbreak header issue on Linux again

This commit is contained in:
Johanna Amann 2016-06-02 17:05:42 -07:00
parent 800eda4796
commit 607b51f3b2
2 changed files with 5 additions and 0 deletions

View file

@ -3,6 +3,8 @@
#ifndef conn_h
#define conn_h
#include "bro-config.h"
#ifdef HAVE_NETINET_ETHER_H
#include <netinet/ether.h>
#endif