summaryrefslogtreecommitdiff
path: root/doc/ncurses-intro.doc
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-01-31 22:26:04 +0000
committer <>2015-02-09 14:16:45 +0000
commitf6d73a10a980bc78969c3af93665cbe7d06c3646 (patch)
tree83f9bf86268881f01478c2a7f8f5186b2c8db3d3 /doc/ncurses-intro.doc
parent280cceada215debbf561bcec9780630ddad28b37 (diff)
downloadncurses-f6d73a10a980bc78969c3af93665cbe7d06c3646.tar.gz
Imported from /home/lorry/working-area/delta_ncurses/ncurses-5.9-20150131.tgz.ncurses-5.9-20150131
Diffstat (limited to 'doc/ncurses-intro.doc')
-rw-r--r--doc/ncurses-intro.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ncurses-intro.doc b/doc/ncurses-intro.doc
index 85179d1..b448005 100644
--- a/doc/ncurses-intro.doc
+++ b/doc/ncurses-intro.doc
@@ -333,6 +333,7 @@ Using the Library
Here is a sample program to motivate the discussion:
#include <curses.h>
+#include <curses.h>
#include <signal.h>
static void finish(int sig);