mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 14:25:03 +02:00
fix: #include
s 👀
This commit is contained in:
parent
4c7d221a17
commit
e13a8ff79c
@ -1,10 +1,11 @@
|
||||
#ifndef _UTILH_
|
||||
#define _UTILH_
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "keys.h"
|
||||
#include "stdbool.h"
|
||||
#include "stdint.h"
|
||||
#include "sys/types.h"
|
||||
|
||||
enum keys find_keyname(char *);
|
||||
enum keys find_ansi(char *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user