mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-04 18:45:52 +00:00
11 lines
205 B
Diff
11 lines
205 B
Diff
--- a/gkermit.c
|
|
+++ b/gkermit.c
|
|
@@ -56,6 +56,7 @@
|
|
|
|
#define _GKERMIT_C
|
|
#include <stdio.h>
|
|
+#include <unistd.h>
|
|
#include "gkermit.h"
|
|
|
|
/* Forward declarations of functions used within this module... */
|