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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -