strptime.c needs ctype.h.

Change-Id: Icf4020426d3a5e0a6bd2012a266cf07be9928abf
Reviewed-on: https://code.wireshark.org/review/4793
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-10-17 14:59:09 -07:00
parent 214a78c8e1
commit 344c2bbb5e
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include "config.h"
#include <ctype.h>
#include <limits.h>
#include <string.h>
#include <time.h>