Fix one more warning

server.c: In function 'server_add_client':
server.c:503: warning: assignment makes pointer from integer without a cast
This commit is contained in:
Nedko Arnaudov 2009-05-24 00:04:19 +03:00
parent 8f696e9e55
commit a39033b695
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
#include "common/safety.h"
#include "common/debug.h"
#include "common/klist.h"
#include "jack_mgr_client.h"
#ifdef HAVE_JACK_DBUS
# include "jackdbus_mgr.h"