Jason Stover <[EMAIL PROTECTED]> writes: > I need to include pspp_linreg.h in regression.q. pspp_linreg.h > is stored in lib/linreg. I used to just copy pspp_linreg.h > to src. > > What is the right way to do it?
pspp/lib is in the include path, so #include "linreg/pspp_linreg.h" should do it. Does that work? -- Ben Pfaff email: [EMAIL PROTECTED] web: http://benpfaff.org _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
