2016-01-27 31 views
-1

發生錯誤我用default.vcl包括<time.h>,在開始

C{#include <time.h>}C 

下面的代碼在啓動時發生錯誤。

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 
+0

@BartłomiejSemańczyk你是否有證據表明一段時間不見了? – EJP

+0

@EJP,沒錯,錯誤:( –

回答

0
C{ 
#include <sys/time.h> 
#include <stdio.h> 
}C 

嘗試使用sys/time.h,它應該工作。