c - include <time.h>,an error occurred at the start -
i use following code in default.vcl
c{#include <time.h>}c
an error occurred @ start.
message 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
try sys/time.h
, should work.
Comments
Post a Comment