package An official xmake package repository https://xrepo.xmake.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
258 B

diff --git a/tparam.c b/tparam.c
index 5a9809a..09ef456 100644
--- a/tparam.c
+++ b/tparam.c
@@ -40,6 +40,10 @@ char *realloc ();
#endif /* not emacs */
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+
#ifndef NULL
#define NULL (char *) 0
#endif