"shadowio.h" was included for the definition of the spwd structure.

Replace this include by <shadow.h>
This commit is contained in:
nekral-guest
2008-01-05 13:07:54 +00:00
parent 867034e3ba
commit b7d372d8e3
2 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
#endif
#include <pwd.h>
#include <grp.h>
#include "shadowio.h"
#include <shadow.h>
#include "defines.h"