aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2000-10-15 20:49:53 +0000
committerBrian Somers <brian@FreeBSD.org>2000-10-15 20:49:53 +0000
commitf91f965e8523bd8611352cacdfb4fb6a11d283ac (patch)
tree8a9a42f62103cd18ccf953b4f6b5d92cf6cced90 /gnu/lib/libdialog
parent1e2b0ddcfae5e854f53be3bb5d357d1490011fc7 (diff)
Notes
Diffstat (limited to 'gnu/lib/libdialog')
-rw-r--r--gnu/lib/libdialog/prgbox.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/lib/libdialog/prgbox.c b/gnu/lib/libdialog/prgbox.c
index 80f6ff52d091..10d39e4bf110 100644
--- a/gnu/lib/libdialog/prgbox.c
+++ b/gnu/lib/libdialog/prgbox.c
@@ -16,9 +16,13 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * $FreeBSD$
*/
+#include <sys/types.h>
+
#include <dialog.h>
#include <errno.h>
#include <sys/wait.h>