Fix warning for snprintf

This commit is contained in:
Aris Adamantiadis
2010-05-31 11:52:36 +03:00
parent 7e17838c0b
commit 608e81bc00

View File

@@ -29,6 +29,7 @@
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>