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