fsutils/passwd: fix compilation
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
4043522daf
commit
cfadf7b9dc
@ -25,7 +25,6 @@
|
|||||||
#include <semaphore.h>
|
#include <semaphore.h>
|
||||||
|
|
||||||
#include "fsutils/passwd.h"
|
#include "fsutils/passwd.h"
|
||||||
|
|
||||||
#include "passwd.h"
|
#include "passwd.h"
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include <semaphore.h>
|
#include <semaphore.h>
|
||||||
|
|
||||||
#include "fsutils/passwd.h"
|
#include "fsutils/passwd.h"
|
||||||
#include <passwd.h>
|
#include "passwd.h"
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Public Functions
|
* Public Functions
|
||||||
|
Loading…
Reference in New Issue
Block a user