From b891420946d5269cc326d67555c6aab3db41a01a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 21 Nov 2010 17:01:59 +0000 Subject: added yhttpd and ycurses trunk versions --- yhttpd/src/incl.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 yhttpd/src/incl.h (limited to 'yhttpd/src/incl.h') diff --git a/yhttpd/src/incl.h b/yhttpd/src/incl.h new file mode 100644 index 0000000..31e220c --- /dev/null +++ b/yhttpd/src/incl.h @@ -0,0 +1,13 @@ +#include +#include +#include +#include + +#include "glob.h" + +#ifdef NCURSES +#include +#endif + +#include "msgs.h" +#include "wrap.h" -- cgit v1.2.3