diff options
author | ache <ache@FreeBSD.org> | 1994-10-20 21:56:45 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-10-20 21:56:45 +0000 |
commit | ab76452c4812784c821c567214b4b897a7985ebe (patch) | |
tree | 3d0119977ea7a0104a19f4ebbfea4d9917c7ace1 /gnu/lib/libdialog/textbox.c | |
parent | 8400fa64f52817a035a08ac48e31461cfe68b98e (diff) | |
download | FreeBSD-src-ab76452c4812784c821c567214b4b897a7985ebe.zip FreeBSD-src-ab76452c4812784c821c567214b4b897a7985ebe.tar.gz |
Declare more functions externally.
Don't forget to use 'make beforeinstall'...
Diffstat (limited to 'gnu/lib/libdialog/textbox.c')
-rw-r--r-- | gnu/lib/libdialog/textbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libdialog/textbox.c b/gnu/lib/libdialog/textbox.c index e99cc86..ebfe67f 100644 --- a/gnu/lib/libdialog/textbox.c +++ b/gnu/lib/libdialog/textbox.c @@ -19,8 +19,8 @@ */ -#include "dialog.priv.h" #include <dialog.h> +#include "dialog.priv.h" static void back_lines(int n); |