Newt is a programming library for color text mode, widget based user interfaces. Newt can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, etc., to text mode user interfaces. Newt is based on the S-Lang library. feedback/ok aja@
12 lines
301 B
Plaintext
12 lines
301 B
Plaintext
$OpenBSD: patch-form_c,v 1.1.1.1 2012/09/05 07:31:48 jasper Exp $
|
|
--- form.c.orig Tue Sep 4 21:08:51 2012
|
|
+++ form.c Tue Sep 4 21:09:14 2012
|
|
@@ -5,6 +5,7 @@
|
|
#include <slang.h>
|
|
#include <stdarg.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#ifdef HAVE_SYS_SELECT_H
|
|
#include <sys/select.h>
|
|
#endif
|