We need sys/sockio.h to define SIOCGIFDESCR.

Change-Id: Ief8830d7a5ce47ea7f486a4700f49859003519db
Reviewed-on: https://code.wireshark.org/review/29225
Petri-Dish: Guy Harris <guy@alum.mit.edu>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-08-21 11:25:00 -07:00
parent 319186125c
commit 15bf0ea437
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@
#include <sys/socket.h>
#endif
#ifdef HAVE_SYS_SOCKIO_H
#include <sys/sockio.h>
#endif
#include "ws_attributes.h"
/*