mirror of
https://github.com/javalsai/lidm.git
synced 2025-09-05 04:28:00 +02:00
dev: use #include
s according to error's concerns
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <users.h>
|
||||
#include <util.h>
|
||||
#include "users.h"
|
||||
#include "util.h"
|
||||
|
||||
static struct user __new_user(struct passwd *p) {
|
||||
struct user __user;
|
||||
|
Reference in New Issue
Block a user