From 41226f1fd91ff1079ac42435a227ab535f95c246 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 1 Oct 2013 04:03:21 +0000 Subject: [PATCH] Patched to compile. --- nph-offload.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nph-offload.c b/nph-offload.c index c41ec9e..b39c34a 100644 --- a/nph-offload.c +++ b/nph-offload.c @@ -125,6 +125,7 @@ #include #include #include +#include #define GVERSION "1.1.6" #define GSERVERSTRING "nph-offload.c/" GVERSION @@ -1568,8 +1569,8 @@ static int serverMainline(int argc, char **argv, char **envp) { listFree(&head); debugEcho("File is cached."); - utimes(GFileDataPath, NULL); // update to latest time so we know what's being requested most. - utimes(GMetaDataPath, NULL); // update to latest time so we know what's being requested most. + utime(GFilePath, NULL); // update to latest time so we know what's being requested most. + utime(GMetaDataPath, NULL); // update to latest time so we know what's being requested most. } // if else