Add missing include "shadowio.h". (This was OK as long as prototypes.h included this file.)
This commit is contained in:
parent
53b075a760
commit
83b7153b40
@ -20,6 +20,8 @@
|
||||
* This file provide wrapper to the getpwnam or getpwnam_r functions.
|
||||
*/
|
||||
|
||||
#include "shadowio.h"
|
||||
|
||||
#define LOOKUP_TYPE struct spwd
|
||||
#define FUNCTION_NAME getspnam
|
||||
#define ARG_TYPE const char *
|
||||
|
Loading…
Reference in New Issue
Block a user