fsutils/passwd: fix compilation

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2022-03-24 17:54:15 +01:00
parent 4043522daf
commit cfadf7b9dc
2 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@
#include <semaphore.h> #include <semaphore.h>
#include "fsutils/passwd.h" #include "fsutils/passwd.h"
#include "passwd.h" #include "passwd.h"
/**************************************************************************** /****************************************************************************

View File

@ -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