Include time.h as compilation might fail with old gilb (2.4)

Thanks Jeff.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36767 f5534014-38df-0310-8fa8-9805f1628bb7
This commit is contained in:
etxrab 2011-04-21 13:56:06 +00:00
parent 405306e6a6
commit c7cc2a69cf
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <glib.h>
#include <time.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>