C 包括<;时间。h>;,开始时发生错误

C 包括<;时间。h>;,开始时发生错误,c,varnish-vcl,C,Varnish Vcl,我在default.vcl C{#include <time.h>}C C{ #包括 #包括 }C 尝试使用sys/time.h,它应该可以工作。@Bartłomiejsemanńczyk你有没有缺少一个周期的证据?@EJP,不,对不起,错了:( Message from C-compiler: ./vcl.TfBe17Rg.c:429:21: time.h: No such file or directory ./vcl.TfBe17Rg.c:430:23: str

我在
default.vcl

C{#include <time.h>}C  
C{
#包括
#包括
}C

尝试使用
sys/time.h
,它应该可以工作。

@Bartłomiejsemanńczyk你有没有缺少一个周期的证据?@EJP,不,对不起,错了:(
Message from C-compiler:  
./vcl.TfBe17Rg.c:429:21: time.h: No such file or directory  
./vcl.TfBe17Rg.c:430:23: string.h: No such file or directory  
Running C-compiler failed, exit 1
C{
#include <sys/time.h>
#include <stdio.h>
}C