mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
don't panic if libpsyc isnt available
This commit is contained in:
parent
63038a5049
commit
47232884b9
4 changed files with 12 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
// $Id: active.c,v 1.1 2008/01/30 17:06:48 lynx Exp $ // vim:syntax=lpc
|
||||
#include "psyc.h"
|
||||
#ifdef LIBPSYC
|
||||
|
||||
#include "../psyc/active.c"
|
||||
|
||||
#endif // LIBPSYC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue