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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -