diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-10-15 20:49:53 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-10-15 20:49:53 +0000 |
| commit | f91f965e8523bd8611352cacdfb4fb6a11d283ac (patch) | |
| tree | 8a9a42f62103cd18ccf953b4f6b5d92cf6cced90 /gnu/lib/libdialog | |
| parent | 1e2b0ddcfae5e854f53be3bb5d357d1490011fc7 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog')
| -rw-r--r-- | gnu/lib/libdialog/prgbox.c | 4 |
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> |
