Browse Source

pv: fix compile warning for snprintf

Daniel-Constantin Mierla 15 years ago
parent
commit
5378f241e4
1 changed files with 1 additions and 0 deletions
  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>