瀏覽代碼

pv: fix compile warning for snprintf

Daniel-Constantin Mierla 15 年之前
父節點
當前提交
5378f241e4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      modules_k/pv/pv_time.c

+ 1 - 0
modules_k/pv/pv_time.c

@@ -25,6 +25,7 @@
 #include <ctype.h>
 #include <ctype.h>
 #include <string.h>
 #include <string.h>
 #include <stdlib.h>
 #include <stdlib.h>
+#include <stdio.h>
 #include <time.h>
 #include <time.h>
 #include <sys/time.h>
 #include <sys/time.h>