diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-20 21:56:45 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-20 21:56:45 +0000 |
| commit | 8a585590efa0abee61176dd9481f02b1866fef52 (patch) | |
| tree | 3d0119977ea7a0104a19f4ebbfea4d9917c7ace1 /gnu/lib/libdialog/kernel.c | |
| parent | 35c9f612605d43288662b19ad4fa8931abec001b (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog/kernel.c')
| -rw-r--r-- | gnu/lib/libdialog/kernel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libdialog/kernel.c b/gnu/lib/libdialog/kernel.c index 6f23b0f1acae..b6e7c01a9890 100644 --- a/gnu/lib/libdialog/kernel.c +++ b/gnu/lib/libdialog/kernel.c @@ -79,8 +79,8 @@ #define __DIALOG_MAIN__ -#include "dialog.priv.h" #include <dialog.h> +#include "dialog.priv.h" #ifdef HAVE_NCURSES #include "colors.h" #endif |
