Include <stdio.h>
* libmisc/idmapping.c: Include <stdio.h> needed for fprintf() and stderr.
This commit is contained in:
parent
c3b6417226
commit
2883ff6ad5
@ -1,3 +1,8 @@
|
||||
2013-08-16 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* libmisc/idmapping.c: Include <stdio.h> needed for fprintf() and
|
||||
stderr.
|
||||
|
||||
2013-08-15 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* man/login.defs.d/SUB_GID_COUNT.xml: Document newusers behavior
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include "prototypes.h"
|
||||
#include "idmapping.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user