Merge pull request #263 from pingerino/timeh

libnfs.c: include <time.h> in libnfs.c
libnfs-4.0.0-vitalif
Ronnie Sahlberg 2018-07-12 18:58:29 +10:00 committed by GitHub
commit 322148b016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "slist.h"
#include "libnfs.h"
#include "libnfs-raw.h"