aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorverdant <im@verdant.ee>2026-07-22 13:17:37 +0800
committerverdant <im@verdant.ee>2026-07-22 13:17:37 +0800
commit6ec1f841a86d19332076d5c995e47926acb240c9 (patch)
tree3e9329632332426df46ff1d5aca2f5840592da86
parent0eafa7a213c0922d358e452aead0f001fb98c487 (diff)
downloadsf-6ec1f841a86d19332076d5c995e47926acb240c9.tar.gz
sf-6ec1f841a86d19332076d5c995e47926acb240c9.zip
Add limits.h for fm.h
-rw-r--r--fm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fm.h b/fm.h
index 6cb7402..5939b2e 100644
--- a/fm.h
+++ b/fm.h
@@ -1,6 +1,7 @@
#ifndef SF_FM_H
#define SF_FM_H
+#include <limits.h>
#include <ncurses.h>
#include "wm.h"