mirror of
https://github.com/javalsai/lidm.git
synced 2026-02-27 03:50:44 +01:00
dev: use #includes 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