1
0
Fork 0
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:
psyc://psyced.org/~lynX 2011-05-24 16:16:56 +02:00
parent 63038a5049
commit 47232884b9
4 changed files with 12 additions and 0 deletions

View file

@ -2,6 +2,7 @@
// $Id: circuit.c,v 1.38 2008/10/14 19:02:29 lynx Exp $
#include "psyc.h"
#ifdef LIBPSYC
#include <net.h>
#include <uniform.h>
@ -298,3 +299,4 @@ varargs int msg(string source, string mc, string data,
return emit(buf);
}
#endif // LIBPSYC