mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-10 05:45:31 +00:00
10 lines
170 B
Diff
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
|