aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/pcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vppinfra/pcap.c')
-rw-r--r--src/vppinfra/pcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vppinfra/pcap.c b/src/vppinfra/pcap.c
index 4f8b6bb429c..23bb463835b 100644
--- a/src/vppinfra/pcap.c
+++ b/src/vppinfra/pcap.c
@@ -37,7 +37,7 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <sys/fcntl.h>
+#include <fcntl.h>
#include <vppinfra/pcap.h>
/**