Skip to content

Commit

Permalink
Don't include <libdlpi.h> if we don't have libdlpi.
Browse files Browse the repository at this point in the history
  • Loading branch information
guyharris committed May 7, 2013
1 parent db2ef8d commit 68d7aab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dlpisubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ static const char rcsid[] _U_ =
#include <stropts.h>
#include <unistd.h>

#ifdef HAVE_LIBDLPI
#include <libdlpi.h>
#endif

#include "pcap-int.h"
#include "dlpisubs.h"
Expand Down

0 comments on commit 68d7aab

Please sign in to comment.