pwd.h should include stdio.h

This commit is contained in:
Kevin Lange 2015-07-30 15:17:10 -07:00
parent 2193d69bf0
commit 2fd65e32ed

View File

@ -13,6 +13,7 @@
extern "C" {
#endif
#include <stdio.h>
#include <sys/types.h>
struct passwd {