Always include <stdio.h>

This commit is contained in:
Pierre Pronchery 2014-02-22 01:11:25 +01:00
parent 790e67e687
commit 6af7352c10

View File

@ -28,9 +28,7 @@ static char const _license[] =
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>
#ifdef DEBUG
# include <stdio.h>
#endif
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <libintl.h>