0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-10 05:45:31 +00:00
Files
termux-packages/packages/abook/database.c.patch
2025-03-03 14:42:44 +02:00

10 lines
170 B
Diff

+++ ./database.c
@@ -12,6 +12,7 @@
#include <string.h>
#include <unistd.h>
#include <assert.h>
+#include <ctype.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif