Skip to content

Commit

Permalink
Add missing include in touch.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dehanj committed Oct 11, 2024
1 parent 103d08c commit 301579d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/tkey/touch.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#ifndef TKEY_TOUCH_H
#define TKEY_TOUCH_H

#include <stdbool.h>
#include <stdint.h>
#include <tkey/tk1_mem.h>

Expand Down

0 comments on commit 301579d

Please sign in to comment.