Add missing time.h include in cmdlib.h

This commit is contained in:
Danilo Spinella 2020-02-14 18:15:19 +01:00 committed by Christoph Oelckers
parent 2bde2d8268
commit bd216695cc

View file

@ -10,6 +10,7 @@
#include <errno.h>
#include <ctype.h>
#include <stdarg.h>
#include <time.h>
#include "zstring.h"
#if !defined(GUID_DEFINED)