Просмотр исходного кода

pv: fix compile warning for snprintf

Daniel-Constantin Mierla 15 лет назад
Родитель
Сommit
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 <string.h>
 #include <stdlib.h>
+#include <stdio.h>
 #include <time.h>
 #include <sys/time.h>