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