Skip to content

Commit

Permalink
Unbreak header issue on Linux again
Browse files Browse the repository at this point in the history
  • Loading branch information
0xxon committed Jun 3, 2016
1 parent 800eda4 commit 607b51f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bro-config.h.in
Expand Up @@ -23,6 +23,9 @@
/* Define if you have the <memory.h> header file. */
#cmakedefine HAVE_MEMORY_H

/* Define if you have the <netinet/ether.h> header file */
#cmakedefine HAVE_NETINET_ETHER_H

/* Define if you have the <netinet/if_ether.h> header file. */
#cmakedefine HAVE_NETINET_IF_ETHER_H

Expand Down
2 changes: 2 additions & 0 deletions src/Conn.h
Expand Up @@ -3,6 +3,8 @@
#ifndef conn_h
#define conn_h

#include "bro-config.h"

#ifdef HAVE_NETINET_ETHER_H
#include <netinet/ether.h>
#endif
Expand Down

0 comments on commit 607b51f

Please sign in to comment.