mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
fsutils/passwd: fix compilation
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
4043522daf
commit
cfadf7b9dc
2 changed files with 1 additions and 2 deletions
|
|
@ -25,7 +25,6 @@
|
|||
#include <semaphore.h>
|
||||
|
||||
#include "fsutils/passwd.h"
|
||||
|
||||
#include "passwd.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
#include <semaphore.h>
|
||||
|
||||
#include "fsutils/passwd.h"
|
||||
#include <passwd.h>
|
||||
#include "passwd.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue