Include <stdio.h>

* libmisc/idmapping.c: Include <stdio.h> needed for fprintf() and
	stderr.
This commit is contained in:
Nicolas François
2013-08-16 01:13:20 +02:00
parent c3b6417226
commit 2883ff6ad5
2 changed files with 6 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
#include <fcntl.h>
#include <limits.h>
#include <stdlib.h>
#include <stdio.h>
#include "prototypes.h"
#include "idmapping.h"