mirror of
https://github.com/javalsai/lidm.git
synced 2025-08-30 18:08:00 +02:00
fix: #include
s 👀
This commit is contained in:
@@ -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 *);
|
||||
|
Reference in New Issue
Block a user