You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
11 lines
184 B
Diff
11 lines
184 B
Diff
--- a/src/sd/stack.h
|
|
+++ b/src/sd/stack.h
|
|
@@ -17,6 +17,7 @@
|
|
* @todo API homogeneity with sd_list and sd_hash
|
|
*/
|
|
|
|
+#include <stdint.h>
|
|
#include <stddef.h>
|
|
#include <sd/defs.h>
|
|
|