We use errno, so we need to include <errno.h>.

Change-Id: Ic6d88c508594aa9daf36bd0a6a9f2fe4f0db71bd
Reviewed-on: https://code.wireshark.org/review/29230
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-08-21 12:02:47 -07:00
parent 5a3c6cb3fc
commit 1efc9234ea
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <stdio.h>
#include <limits.h>
#include <string.h>
#include <errno.h>
#include <sys/types.h>